Commit cac0f950 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment