summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-11 09:18:38 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-11 09:18:38 +0000
commitcac0f950c5ab09d8a98498815a5f17246d44877f (patch)
tree7a9af939c45494f0c021ff31865572938f12a781
parent2a78554e4846033ab117d7964cbec48a0dbcd9e5 (diff)
parentd14d9b6694086f11edac20f8c37e5cebd70821ac (diff)
downloadgitlab-ce-cac0f950c5ab09d8a98498815a5f17246d44877f.tar.gz
Merge branch 'chriscool-master-patch-19677' into 'master'
Update doc/ci/yaml/README.md Closes #58636 See merge request gitlab-org/gitlab-ce!30516
-rw-r--r--doc/ci/yaml/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 474db05de06..c2ef58acf15 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -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