diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-13 19:21:00 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-13 19:21:00 +0000 |
commit | 9bb52e055410524debc220158129af32374a0f38 (patch) | |
tree | 529033ec27ad8df95d061adfd8f26816e0a96958 /.gitlab-ci.yml | |
parent | 6059ca02d9224d3670b1e02c71730f436b52cca4 (diff) | |
parent | 36309374df8feeea99c4eef5b0fd1e27d41ff6c9 (diff) | |
download | gitlab-ce-9bb52e055410524debc220158129af32374a0f38.tar.gz |
Merge branch 'trigger-docs-yaml' into 'master'
Do not run before_script, artifacts, cache in trigger_docs job
Fixes
See merge request !6866
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8708eae1b2a..c3b864f16cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -309,6 +309,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: |