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
Branches
Tags 2.1.0
No related merge requests found
Pipeline #26533 canceled
......@@ -4,10 +4,11 @@ release:wiki:
- release
image: alpine:latest
script:
- !reference [ .get_version, script ]
- apk update
- apk add git
- apk add jq
- !reference [ .get_version, script ]
# 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment