From 09b098893bda17782bac52d142d416d65501c16b Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Wed, 14 Feb 2024 17:48:57 -0500 Subject: [PATCH] run e2e --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2958668f1..dc331a483 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,6 @@ e2e: - aws ssm get-parameter --region us-east-1 --name ci.helm-charts.e2e-agent-qa-profile --with-decryption --query "Parameter.Value" --out text >> ~/.aws/config - set -x - export AWS_PROFILE=agent-qa-ci -# - pulumi login "s3://dd-pulumi-state?region=us-east-1&awssdk=v2&profile=$AWS_PROFILE" + - pulumi login "s3://dd-pulumi-state?region=us-east-1&awssdk=v2&profile=$AWS_PROFILE" script: -# - make test-e2e - - echo Success! + - make test-e2e