From 9150384c93c6135c00985e80a854a3c931f9be08 Mon Sep 17 00:00:00 2001 From: "Marc Burnie [AWS]" <mburnie@amazon.com> Date: Mon, 26 Sep 2022 12:21:01 +0000 Subject: [PATCH] fixing aws pipeline --- devops/aws/bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/aws/bootstrap.yaml b/devops/aws/bootstrap.yaml index 921487f6c..2313b51f3 100644 --- a/devops/aws/bootstrap.yaml +++ b/devops/aws/bootstrap.yaml @@ -1,7 +1,7 @@ aws_bootstrap: stage: bootstrap image: $CI_REGISTRY/osdu/platform/deployment-and-operations/base-containers-aws/aws-python/aws-python:v1.0-py3.8 - needs: [{ job: 'aws-update-ecs', optional: true }, { job: 'aws-update-eks', optional: true }] + needs: [{ job: 'aws-update-helm-cf', optional: true }, { job: 'aws-update-eks', optional: true }] extends: - .aws - .aws_common_variables -- GitLab