Skip to content
Snippets Groups Projects
Commit 19be5278 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Add missing package for Wiki release

parent b0ac41d1
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,11 @@ release:wiki: ...@@ -4,10 +4,11 @@ release:wiki:
- release - release
image: alpine:latest image: alpine:latest
script: script:
- !reference [ .get_version, script ]
- apk update - apk update
- apk add git - apk add git
- apk add jq
- !reference [ .get_version, script ]
# Define URL for the wiki in terms of project-agnostic predefined variables # Define URL for the wiki in terms of project-agnostic predefined variables
- WIKI_URL="${CI_SERVER_PROTOCOL}://project_${CI_PROJECT_ID}_bot:${GITLAB_PROJECT_ACCESS_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.wiki.git" - WIKI_URL="${CI_SERVER_PROTOCOL}://project_${CI_PROJECT_ID}_bot:${GITLAB_PROJECT_ACCESS_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.wiki.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment