Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-13 20:16:45 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-13 21:22:41 +0300
commit36309374df8feeea99c4eef5b0fd1e27d41ff6c9 (patch)
tree258e4d5a22a7eda89563610f160a8f1308e3d61f /.gitlab-ci.yml
parent9a7afd2a63ae9f9d02a403ecf6d1beea74ac13b7 (diff)
Do not run before_script, artifacts, cache in trigger_docs job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d19f55aca3..6b54d07d1d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -302,6 +302,9 @@ coverage:
# Trigger docs build
trigger_docs:
stage: post-test
+ before_script: []
+ cache: {}
+ artifacts: {}
script:
- "curl -X POST -F token=${DOCS_TRIGGER_TOKEN} -F ref=master https://gitlab.com/api/v3/projects/38069/trigger/builds"
only: