Difference between revisions of "GitLab CI/CD"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
 
== Activities ==
 
== Activities ==
 
* Read https://stackoverflow.com/questions/tagged/gitlab-ci?tab=Votes
 
* Read https://stackoverflow.com/questions/tagged/gitlab-ci?tab=Votes
* Learn how to skip a pipeline by adding <code>[ci skip]</code> or <code>[skip ci] to your [[commit]] mesage</code> <ref>https://docs.gitlab.com/ee/ci/pipelines/index.html#skip-a-pipeline</ref>
+
* 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>
  
 
== See also ==
 
== See also ==

Latest revision as of 10:30, 24 November 2022

Advertising: