summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-25 08:25:27 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-25 08:25:27 +0200
commitcfba4c3fc95ec7208aa6e5febd90f0fc0eb4fda9 (patch)
treedb2cd234024fdb66abf8ab15e298a3c01083712d
parent03f2f333c265973a475935c026844bab53b840a6 (diff)
downloadgitlab-ce-cfba4c3fc95ec7208aa6e5febd90f0fc0eb4fda9.tar.gz
Use the alpine Docker image for docs trigger
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index caf112cbd8f..13f6df81e21 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -309,10 +309,12 @@ coverage:
# Trigger docs build
# https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/README.md#deployment-process
trigger_docs:
+ stage: post-test
+ image: "alpine"
+ before_script:
+ - apk update && apk add curl
variables:
GIT_STRATEGY: none
- stage: post-test
- before_script: []
cache: {}
artifacts: {}
script: