Use the alpine Docker image for docs trigger

This commit is contained in:
Achilleas Pipinellis 2016-10-25 08:25:27 +02:00
parent 03f2f333c2
commit cfba4c3fc9
1 changed files with 4 additions and 2 deletions

View File

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