Installs gitlab-ci-local CLI for running GitLab CI/CD pipelines locally
"features": {
"ghcr.io/rosstaco/devcontainer-features/gitlab-ci-local:1": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| version | Version of gitlab-ci-local to install. Use 'latest' or a specific version like '4.67.0' | string | latest |
Tired of pushing to test your .gitlab-ci.yml? gitlab-ci-local lets you run GitLab CI/CD pipelines locally as a shell executor or docker executor.
For more information, see: https://github.com/firecow/gitlab-ci-local
- Downloads the binary from firecow/gitlab-ci-local GitHub releases
- Installs to
/usr/local/bin/gitlab-ci-local - Supports both
amd64andarm64architectures
Run a pipeline locally from a project with a .gitlab-ci.yml:
gitlab-ci-localRun a specific job:
gitlab-ci-local --job <job-name>Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.