Skip to content

Commit

Permalink
enforce bash
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 25, 2023
1 parent 61b03f4 commit 66a4d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ functions:
"run docker test":
- command: shell.exec
params:
shell: "bash"
script: |
${PREPARE_SHELL}
cd $DRIVERS_TOOLS/.evergreen/docker
Expand All @@ -377,6 +378,7 @@ functions:
role_arn: ${aws_test_secrets_role}
- command: shell.exec
params:
shell: "bash"
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
script: |
${PREPARE_SHELL}
Expand Down

0 comments on commit 66a4d53

Please sign in to comment.