https://github.com/javanile/gitlab-ci-helper
https://github.com/javanile/gitlab-ci-helper
bash curl git gitlab
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/javanile/gitlab-ci-helper
- Owner: javanile
- License: mit
- Created: 2020-03-15T03:39:01.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:32:43.000Z (about 1 year ago)
- Last Synced: 2025-03-26T16:01:47.699Z (9 months ago)
- Topics: bash, curl, git, gitlab
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitLab CI Helper
## Installation
```bash
curl -sL https://git.io/get-gitlab-ci-helper | bash -
```
## Usage
```bash
gitlab-ci-helper.sh create:mr
```
## Testing
```bash
make test
```