Andreas Vöst
5 months
Andreas Vöst
7 months
Moritz Kraus
1 year
Claus-Theodor Riegg
1 year
Moritz Kraus
2 years

GitLab: Push without triggering CI Pipeline

Posted . Visible to the public.

Short hint: If you want to push to a git repository that has CI configured, you can skip the CI pipeline for commits that don't need a CI run:

$ git push -o ci.skip

This has a few cavates:

Skips only branch pipelines and not merge request pipelines.
This does not skip pipelines for CI/CD integrations, such as Jenkins.

Emma Heinle
Last edit
Emma Heinle
License
Source code in this card is licensed under the MIT License.