diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7dc2802f..dbc17870 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,8 +35,10 @@ deploy_qa: AWS_DEFAULT_REGION: $AWS_DEFAULT_REGION script: - apk add --no-cache curl jq python3 py3-pip git - - pip install botocore==1.31.58 - - pip install boto3==1.28.58 + - pip install urllib3==2.0.6 + - pip install six==1.16.0 + - pip install botocore==1.31.62 + - pip install boto3==1.28.62 - pip install ecs-deploy==1.14.0 - pip install awscli==1.29.59 - aws ssm get-parameters-by-path --region $AWS_DEFAULT_REGION --path /qa/pender/ --recursive --with-decryption --output text --query "Parameters[].[Name]" | sed -E 's#/qa/pender/##' > env.qa.names @@ -82,8 +84,10 @@ deploy_live: AWS_DEFAULT_REGION: $AWS_DEFAULT_REGION script: - apk add --no-cache curl jq python3 py3-pip git - - pip install botocore==1.31.58 - - pip install boto3==1.28.58 + - pip install urllib3==2.0.6 + - pip install six==1.16.0 + - pip install botocore==1.31.62 + - pip install boto3==1.28.62 - pip install ecs-deploy==1.14.0 - pip install awscli==1.29.59 - aws ssm get-parameters-by-path --region $AWS_DEFAULT_REGION --path /live/pender/ --recursive --with-decryption --output text --query "Parameters[].[Name]" | sed -E 's#/live/pender/##' > env.live.names