From 256347508a6f11b3ae8457000a35e24765175e2d Mon Sep 17 00:00:00 2001 From: MUHAMMAD FAID LUQMAN BIN NOR HASNI <muhammad.f.norhasni@exxonmobil.com> Date: Thu, 20 Feb 2025 08:12:05 +0800 Subject: [PATCH] Refined the AWS containerize job --- devops/aws/pipeline/override-stages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/aws/pipeline/override-stages.yml b/devops/aws/pipeline/override-stages.yml index 6b6ef6755..f6d4213c6 100644 --- a/devops/aws/pipeline/override-stages.yml +++ b/devops/aws/pipeline/override-stages.yml @@ -28,7 +28,7 @@ aws-containerize: - .aws_common_variables - .aws_variables stage: containerize - needs: ['compile-and-unit-test'] + needs: ['aws-compile-and-unit-test'] script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - $(aws ecr get-login --no-include-email --region $AWS_ECR_REGION) -- GitLab