We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0469d0 commit f0b05a6Copy full SHA for f0b05a6
.evergreen/config.yml
@@ -2056,8 +2056,9 @@ task_groups:
2056
params:
2057
working_dir: src/go.mongodb.org/mongo-driver
2058
binary: bash
2059
- add_expansions_to_env: true
+ include_expansions_in_env: [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
2060
env:
2061
+ MONGODB_VERSION: ${VERSION}
2062
LAMBDA_STACK_NAME: dbx-go-lambda
2063
args:
2064
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup.sh
@@ -2087,7 +2088,7 @@ task_groups:
2087
2088
2089
2090
- MONGODB_VERSION: "7.0"
2091
2092
2093
2094
0 commit comments