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:
2056
2056
params :
2057
2057
working_dir : src/go.mongodb.org/mongo-driver
2058
2058
binary : bash
2059
- add_expansions_to_env : true
2059
+ include_expansions_in_env : [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
2060
2060
env :
2061
+ MONGODB_VERSION : ${VERSION}
2061
2062
LAMBDA_STACK_NAME : dbx-go-lambda
2062
2063
args :
2063
2064
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup.sh
@@ -2089,7 +2090,7 @@ task_groups:
2089
2090
binary : bash
2090
2091
include_expansions_in_env : [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
2091
2092
env :
2092
- MONGODB_VERSION : " 7.0 "
2093
+ MONGODB_VERSION : ${VERSION}
2093
2094
LAMBDA_STACK_NAME : dbx-go-lambda
2094
2095
args :
2095
2096
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup.sh
You can’t perform that action at this time.
0 commit comments