diff --git a/NodeApp/.gitlab-ci/09_stageRelease.yml b/NodeApp/.gitlab-ci/09_stageRelease.yml index ef93e4ed4185c81107861e8ca5110368e5c6c434..e035e3481daf0152a01678acbf486842a61de4a2 100644 --- a/NodeApp/.gitlab-ci/09_stageRelease.yml +++ b/NodeApp/.gitlab-ci/09_stageRelease.yml @@ -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"