Commit cfba4c3f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Use the alpine Docker image for docs trigger

parent 03f2f333
...@@ -309,10 +309,12 @@ coverage: ...@@ -309,10 +309,12 @@ coverage:
# Trigger docs build # Trigger docs build
# https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/README.md#deployment-process # https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/README.md#deployment-process
trigger_docs: trigger_docs:
stage: post-test
image: "alpine"
before_script:
- apk update && apk add curl
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
stage: post-test
before_script: []
cache: {} cache: {}
artifacts: {} artifacts: {}
script: script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment