Commit f82d5d2f authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs/fix-triggers-example' into 'master'

Fix quoted example in triggers docs

Closes #2686

See merge request !2171
parents 4bd12da5 6c53a688
......@@ -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