diff options
| author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-13 19:16:45 +0200 |
|---|---|---|
| committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-13 20:22:41 +0200 |
| commit | 36309374df8feeea99c4eef5b0fd1e27d41ff6c9 (patch) | |
| tree | 258e4d5a22a7eda89563610f160a8f1308e3d61f | |
| parent | 9a7afd2a63ae9f9d02a403ecf6d1beea74ac13b7 (diff) | |
| download | gitlab-ce-trigger-docs-yaml.tar.gz | |
Do not run before_script, artifacts, cache in trigger_docs jobtrigger-docs-yaml
| -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 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: |
