From 9f1e4f7b56fe37f5df5bd7dc21b766c327d9ec2c Mon Sep 17 00:00:00 2001 From: "michael.minelli" <michael-jean.minelli@hesge.ch> Date: Fri, 15 Sep 2023 16:54:51 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b485cb3..9b99865 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,6 @@ deploy: tags: - dojo_backend_deployment script: - - apk update - - apk add jq - API_VERSION=$(jq -r .version API/ExpressAPI/package.json) # Download secure files - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash -- GitLab