From cfba4c3fc95ec7208aa6e5febd90f0fc0eb4fda9 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 25 Oct 2016 08:25:27 +0200 Subject: Use the alpine Docker image for docs trigger --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.1