Skip to content

Commit

Permalink
run e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Feb 14, 2024
1 parent 82a9ab3 commit 09b0988
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 09b0988

Please sign in to comment.