Skip to content

Fix Gitlab CI/CD component documentation

Philipp Hahn requested to merge gitlab-community/gitlab:phahn/components into master
  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

What does this MR do and why?

While creating a "Gitlab project template for CI/CD component" I noticed several small issues in the current documentation for components:

  • Stray curl --header
  • Wrong regular expression to check to $CI_COMMIT_TAG
  • inconsistent stage names between two examples
  • missing shell quoting

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Just see [doc/ci/components/index.md](doc/ci/components/index.md] and compare to https://docs.gitlab.com/ee/ci/components/

Edited by Philipp Hahn

Merge request reports