Commit 1290df05 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Add job to trigger a docs.gitlab.com build

parent 21e3712a
...@@ -299,6 +299,14 @@ coverage: ...@@ -299,6 +299,14 @@ coverage:
- coverage/index.html - coverage/index.html
- coverage/assets/ - coverage/assets/
# Trigger docs build
trigger_docs:
stage: post-test
script:
- "curl -X POST -F token=${DOCS_TRIGGER_TOKEN} -F ref=master https://gitlab.com/api/v3/projects/38069/trigger/builds"
only:
- master
# Notify slack in the end # Notify slack in the end
notify:slack: notify:slack:
......
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