Skip to content

Commit b8322c2

Browse files
committed
remove debugging lines
1 parent f654b55 commit b8322c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)