CI/CD component packaging
cici bundle command
cici bundle
Note
The cici bundle command will be replaced by the cici package command in a future release.
Setup
# .gitlab-ci.yml
include:
- project: saferatday0/cici
file:
- cici-bundle.yml
Run cici update to pin to a stable version.
# .pre-commit-config.yaml
repos:
- repo: https://gitlab.com/saferatday0/cici
rev: ""
hooks:
- id: cici-bundle
Run pre-commit autoupdate to pin to a stable version.