From 19be52782d34832c959da0bf2b5b47d0bd13ddcf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Fri, 29 Sep 2023 02:02:18 +0200
Subject: [PATCH] CI/CD => Add missing package for Wiki release

---
 NodeApp/.gitlab-ci/09_stageRelease.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/NodeApp/.gitlab-ci/09_stageRelease.yml b/NodeApp/.gitlab-ci/09_stageRelease.yml
index ef93e4e..e035e34 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"
-- 
GitLab