Commit 6c53a688 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix quoted example in triggers docs

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2686
parent 1f1a199b
......@@ -32,7 +32,7 @@ and it creates a dependent pipeline relation visible on the
build_docs:
stage: deploy
script:
- "curl --request POST --form "token=$CI_JOB_TOKEN" --form ref=master https://gitlab.example.com/api/v4/projects/9/trigger/pipeline"
- curl --request POST --form "token=$CI_JOB_TOKEN" --form ref=master https://gitlab.example.com/api/v4/projects/9/trigger/pipeline
only:
- tags
```
......
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