File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -773,18 +773,19 @@ 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
776
+ add_expansions_to_env : true
777
+ # - command: shell.exec
778
+ # type: test
779
+ # params:
780
+ # working_dir: "src"
781
+ # silent: true
782
+ # script: |
783
+ # # DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)
784
+ # cat <<'EOF' > "${PROJECT_DIRECTORY}/prepare_aws_connection.sh"
785
+ # export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
786
+ # export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
787
+ # export AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
788
+ # EOF
788
789
- command : shell.exec
789
790
type : test
790
791
params :
You can’t perform that action at this time.
0 commit comments