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 @@ -773,18 +773,6 @@ functions:
773
773
- command : ec2.assume_role
774
774
params :
775
775
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
788
776
- command : shell.exec
789
777
type : test
790
778
params :
@@ -794,8 +782,6 @@ functions:
794
782
script : |
795
783
${PREPARE_SHELL}
796
784
797
- # This is required for pypy3.7 UTF encoding
798
- export LC_ALL=en_US.UTF-8
799
785
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
800
786
801
787
- command : expansions.update
You can’t perform that action at this time.
0 commit comments