File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,6 @@ build_bundle_image:
196196 before_script :
197197 # Setup AWS Credentials
198198 - echo "Starting setup for E2E testing..."
199- - set -x
200199 - mkdir -p ~/.aws
201200 - aws ssm get-parameter --region us-east-1 --name ci.datadog-operator.agent-qa-profile --with-decryption --query "Parameter.Value" --out text >> ~/.aws/config
202201 - export AWS_PROFILE=agent-qa-ci
@@ -207,7 +206,6 @@ build_bundle_image:
207206 # Use S3 backend to store stack status
208207 - echo "Logging in to Pulumi with S3 backend..."
209208 - pulumi login "s3://dd-pulumi-state?region=us-east-1&awssdk=v2&profile=$AWS_PROFILE"
210- - set +x
211209 variables :
212210 E2E_AWS_PUBLIC_KEY_PATH : /tmp/agent-qa-ssh-key.pub
213211 E2E_AWS_PRIVATE_KEY_PATH : /tmp/agent-qa-ssh-key
You can’t perform that action at this time.
0 commit comments