Tag
Posts tagged “gitlab-ci”
Every post filed under “gitlab-ci”, newest first.
2posts.
OpsCanopy9 min read
7 Common .gitlab-ci.yml Mistakes (and How to Catch Them)
The .gitlab-ci.yml mistakes that turn pipelines red: undefined stages, jobs without scripts, broken needs and rules, anchor misuse — each with a fix.
- gitlab-ci
- ci-cd
- yaml
OpsCanopy9 min read
How to Validate .gitlab-ci.yml Before You Push
Stop pushing broken pipelines. Validate your .gitlab-ci.yml for YAML and structural errors in your browser — before the commit, not after the red pipeline.
- gitlab-ci
- ci-cd
- yaml