File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -776,18 +776,6 @@ functions:
776
776
- command : ec2.assume_role
777
777
params :
778
778
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
791
779
- command : shell.exec
792
780
type : test
793
781
params :
@@ -797,8 +785,6 @@ functions:
797
785
script : |
798
786
${PREPARE_SHELL}
799
787
800
- # This is required for pypy3.7 UTF encoding
801
- export LC_ALL=en_US.UTF-8
802
788
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
803
789
804
790
- command : expansions.update
You can’t perform that action at this time.
0 commit comments