Skip to content
Snippets Groups Projects
Commit 36309374 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Do not run before_script, artifacts, cache in trigger_docs job

parent 9a7afd2a
No related branches found
No related tags found
No related merge requests found
Loading
@@ -302,6 +302,9 @@ coverage:
Loading
@@ -302,6 +302,9 @@ coverage:
# Trigger docs build # Trigger docs build
trigger_docs: trigger_docs:
stage: post-test stage: post-test
before_script: []
cache: {}
artifacts: {}
script: script:
- "curl -X POST -F token=${DOCS_TRIGGER_TOKEN} -F ref=master https://gitlab.com/api/v3/projects/38069/trigger/builds" - "curl -X POST -F token=${DOCS_TRIGGER_TOKEN} -F ref=master https://gitlab.com/api/v3/projects/38069/trigger/builds"
only: only:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment