Andreas Vöst
19 days
Kim Klotz
1 month
Andreas Vöst
2 months
Andreas Vöst
5 months
Marc Dierig
7 months
Stefan Langenmaier
9 months

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.

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