Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizcorp/gitlab-local-run
Download the latest gitlab-runner for your platform to use within your `package.json` scripts
https://github.com/wizcorp/gitlab-local-run
gitlab
Last synced: 22 days ago
JSON representation
Download the latest gitlab-runner for your platform to use within your `package.json` scripts
- Host: GitHub
- URL: https://github.com/wizcorp/gitlab-local-run
- Owner: Wizcorp
- Created: 2017-03-29T04:28:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T09:31:48.000Z (over 7 years ago)
- Last Synced: 2024-12-07T22:06:40.649Z (22 days ago)
- Topics: gitlab
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gitlab-local-run
================Usage
-----```bash
npm install --save gitlab-local-run
```Then, in your `package.json`, you can add:
```json
{
"scripts": {
"unit-test": "gitlab-runner exec docker unit-test"
}
}
```License
-------MIT