Difference between revisions of "How to skip a pipeline"
Jump to navigation
Jump to search
↑ https://docs.gitlab.com/ee/ci/pipelines/index.html#skip-a-pipeline
(Created page with " * <code>git push -o ci.skip</code> == See also == * {{GitLab CI}} Category:GitLab") |
|||
Line 1: | Line 1: | ||
+ | |||
+ | * Learn how to [[skip a pipeline]] by adding <code>[ci skip]</code> or <code>[skip ci] to your [[commit]] message</code> or running <code>[[git push -o ci.skip]]</code> <ref>https://docs.gitlab.com/ee/ci/pipelines/index.html#skip-a-pipeline</ref> | ||
Latest revision as of 10:31, 24 November 2022
- Learn how to skip a pipeline by adding
[ci skip]
or[skip ci] to your commit message
or runninggit push -o ci.skip
[1]
See also[edit]
- GitLab CI, variables, templates, executors,
.gitlab-ci.yml, .gitlab/
, Credential helpers, notifications, pipeline editor, Keyword reference, Changelog,ContainersNotReady
, GitLab environments
Advertising: