diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-05-26 11:51:50 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-05-26 11:51:50 +0000 |
commit | 8f2af757d3a040dbd81e30e49cb2d575848961b8 (patch) | |
tree | 83f7cca7c0fe9676a708c9576ce901439cddcdb9 /.gitlab-ci.yml | |
parent | 7a509c26dd9972f74d030504c292f36b480511f0 (diff) | |
parent | 6f742a8437c689f39f30b2780029bd245a77809e (diff) | |
download | gitlab-ce-8f2af757d3a040dbd81e30e49cb2d575848961b8.tar.gz |
Merge branch 'zj-docs-on-pipeline-schedules' into 'master'32962-diff-tab-shows-a-loading-spinner
Remove trigger docs job
See merge request !11574
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0123b9b214f..887be3e83b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -487,25 +487,6 @@ lint:javascript:report: paths: - eslint-report.html -# Trigger docs build -# https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/README.md#deployment-process -trigger_docs: - stage: post-test - image: "alpine" - <<: *dedicated-runner - before_script: - - apk update && apk add curl - variables: - GIT_STRATEGY: "none" - cache: {} - artifacts: {} - script: - - "HTTP_STATUS=$(curl -X POST -F token=${DOCS_TRIGGER_TOKEN} -F ref=master -F variables[PROJECT]=${CI_PROJECT_NAME} --silent --output curl.log --write-out '%{http_code}' https://gitlab.com/api/v3/projects/1794617/trigger/builds)" - - if [ "${HTTP_STATUS}" -ne "201" ]; then echo "Error ${HTTP_STATUS}"; cat curl.log; echo; exit 1; fi - only: - - master@gitlab-org/gitlab-ce - - master@gitlab-org/gitlab-ee - pages: before_script: [] stage: pages |