Skip to content
Snippets Groups Projects
Commit cac0f950 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'chriscool-master-patch-19677' into 'master'

Update doc/ci/yaml/README.md

Closes #58636

See merge request gitlab-org/gitlab-ce!30516
parents 2a78554e d14d9b66
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2829,7 +2829,8 @@ Alternatively, one can pass the `ci.skip` [Git push option][push-option] if
using Git 2.10 or newer:
 
```sh
git push -o ci.skip
git push --push-option=ci.skip # using git 2.10+
git push -o ci.skip # using git 2.18+
```
 
<!-- ## Troubleshooting
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment