diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-25 08:25:27 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-25 08:25:27 +0200 |
commit | cfba4c3fc95ec7208aa6e5febd90f0fc0eb4fda9 (patch) | |
tree | db2cd234024fdb66abf8ab15e298a3c01083712d /.gitlab-ci.yml | |
parent | 03f2f333c265973a475935c026844bab53b840a6 (diff) | |
download | gitlab-ce-cfba4c3fc95ec7208aa6e5febd90f0fc0eb4fda9.tar.gz |
Use the alpine Docker image for docs trigger
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
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: |