Merge branch 'trigger-docs-yaml' into 'master'

Do not run before_script, artifacts, cache in trigger_docs job

Fixes

See merge request !6866
This commit is contained in:
Achilleas Pipinellis 2016-10-13 19:21:00 +00:00
commit 9bb52e0554
1 changed files with 3 additions and 0 deletions

View File

@ -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: