summaryrefslogtreecommitdiff
path: root/scripts/review_apps
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-07 12:09:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-07 12:09:35 +0000
commit2abeca2d92cfe3bc18441b63ca0c54af086b206e (patch)
tree72f02f9c0470b897f31c45a6b7ccce6fe57955b0 /scripts/review_apps
parentf4a9d976cf03888fbfd81ab9813720f4e8ec8056 (diff)
downloadgitlab-ce-2abeca2d92cfe3bc18441b63ca0c54af086b206e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/review_apps')
-rwxr-xr-xscripts/review_apps/gcp_cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review_apps/gcp_cleanup.sh b/scripts/review_apps/gcp_cleanup.sh
index 3225631e8c7..114ac6f7ec0 100755
--- a/scripts/review_apps/gcp_cleanup.sh
+++ b/scripts/review_apps/gcp_cleanup.sh
@@ -3,7 +3,7 @@
source scripts/utils.sh
function setup_gcp_dependencies() {
- apk add jq
+ apt-get update && apt-get install -y jq
gcloud auth activate-service-account --key-file="${REVIEW_APPS_GCP_CREDENTIALS}"
gcloud config set project "${REVIEW_APPS_GCP_PROJECT}"