Tag
Posts tagged “yaml”
Every post filed under “yaml”, newest first.
2 posts.
-
OpsCanopy 9 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 you can copy.
- gitlab-ci
- ci-cd
- yaml
-
OpsCanopy 9 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