diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-13 14:00:56 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-13 14:00:56 +0200 |
commit | 1290df050bc338776749f8f1965b44aae6baf726 (patch) | |
tree | 165525b527dfcb4285651116181869f4dbe4e295 /.gitlab-ci.yml | |
parent | 21e3712a07987f0a58282daf58f3e6aa66dd68fc (diff) | |
download | gitlab-ce-1290df050bc338776749f8f1965b44aae6baf726.tar.gz |
Add job to trigger a docs.gitlab.com buildtrigger-docs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 441f77740a8..62e06683124 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -299,6 +299,14 @@ coverage: - coverage/index.html - 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: |