Skip to content

Commit 11bbf35

Browse files
committed
Cleanup
1 parent 45789f9 commit 11bbf35

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
@@ -776,18 +776,6 @@ functions:
776776
- command: ec2.assume_role
777777
params:
778778
role_arn: ${aws_test_secrets_role}
779-
# - command: shell.exec
780-
# type: test
781-
# params:
782-
# working_dir: "src"
783-
# silent: true
784-
# script: |
785-
# # DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)
786-
# cat <<'EOF' > "${PROJECT_DIRECTORY}/prepare_aws_connection.sh"
787-
# export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
788-
# export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
789-
# export AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
790-
# EOF
791779
- command: shell.exec
792780
type: test
793781
params:
@@ -797,8 +785,6 @@ functions:
797785
script: |
798786
${PREPARE_SHELL}
799787
800-
# This is required for pypy3.7 UTF encoding
801-
export LC_ALL=en_US.UTF-8
802788
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
803789
804790
- command: expansions.update

0 commit comments

Comments
 (0)