File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2056,8 +2056,9 @@ task_groups:
20562056 params :
20572057 working_dir : src/go.mongodb.org/mongo-driver
20582058 binary : bash
2059- add_expansions_to_env : true
2059+ include_expansions_in_env : [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
20602060 env :
2061+ MONGODB_VERSION : ${VERSION}
20612062 LAMBDA_STACK_NAME : dbx-go-lambda
20622063 args :
20632064 - ${DRIVERS_TOOLS}/.evergreen/atlas/setup.sh
@@ -2089,7 +2090,7 @@ task_groups:
20892090 binary : bash
20902091 include_expansions_in_env : [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
20912092 env :
2092- MONGODB_VERSION : " 7.0 "
2093+ MONGODB_VERSION : ${VERSION}
20932094 LAMBDA_STACK_NAME : dbx-go-lambda
20942095 args :
20952096 - ${DRIVERS_TOOLS}/.evergreen/atlas/setup.sh
You can’t perform that action at this time.
0 commit comments