From cf69e6166c173278ce83e43e5bf263c9e4a03497 Mon Sep 17 00:00:00 2001 From: Antoni Ivanov Date: Thu, 6 Oct 2022 18:54:35 +0300 Subject: [PATCH] control-service: fix cicd deployment Same change as in https://github.com/vmware/versatile-data-kit/pull/1211 Signed-off-by: Antoni Ivanov --- projects/control-service/cicd/.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/control-service/cicd/.gitlab-ci.yml b/projects/control-service/cicd/.gitlab-ci.yml index 64953994db..b6dd73417c 100644 --- a/projects/control-service/cicd/.gitlab-ci.yml +++ b/projects/control-service/cicd/.gitlab-ci.yml @@ -225,7 +225,8 @@ control_service_deploy_testing_data_pipelines: stage: pre_release image: proum/aws-iam-authenticator script: - - apk --no-cache add bash openssl curl git gettext + - apk --no-cache add bash openssl curl git gettext zip python3 py3-pip + - pip3 install --upgrade pip && pip3 install awscli - export DESIRED_VERSION=v3.6.3 # helm version 3.6.3 - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - bash -ex ./projects/control-service/cicd/deploy-testing-pipelines-service.sh