Skip to content

Commit 8cdbae3

Browse files
committed
Cleanup
1 parent ffd2f25 commit 8cdbae3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -773,18 +773,6 @@ functions:
773773
- command: ec2.assume_role
774774
params:
775775
role_arn: ${aws_test_secrets_role}
776-
# - command: shell.exec
777-
# type: test
778-
# params:
779-
# working_dir: "src"
780-
# silent: true
781-
# script: |
782-
# # DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)
783-
# cat <<'EOF' > "${PROJECT_DIRECTORY}/prepare_aws_connection.sh"
784-
# export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
785-
# export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
786-
# export AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
787-
# EOF
788776
- command: shell.exec
789777
type: test
790778
params:
@@ -794,8 +782,6 @@ functions:
794782
script: |
795783
${PREPARE_SHELL}
796784
797-
# This is required for pypy3.7 UTF encoding
798-
export LC_ALL=en_US.UTF-8
799785
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
800786
801787
- command: expansions.update

0 commit comments

Comments
 (0)