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: about 2 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T09:31:48.000Z (about 9 years ago)
- Last Synced: 2025-03-21T05:32:44.608Z (over 1 year ago)
- Topics: gitlab
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- 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