File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ functions:
119119 cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
120120 else
121121 git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git --depth 1 $DRIVERS_TOOLS
122+
123+ # Last working version working
124+ git -C $DRIVERS_TOOLS fetch --depth=1 origin 6a0686e0194d30b0a259404839c3e8bf9be12a5b
125+ git -C $DRIVERS_TOOLS checkout 6a0686e0194d30b0a259404839c3e8bf9be12a5b
122126 fi
123127 echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
124128
Original file line number Diff line number Diff line change 6767 python-version : ' 3.13'
6868
6969 - id : setup-mongodb
70- uses : mongodb-labs/drivers-evergreen-tools@master
70+ uses : mongodb-labs/drivers-evergreen-tools@6a0686e0194d30b0a259404839c3e8bf9be12a5b
7171 with :
7272 version : ${{ matrix.mongodb-version }}
7373 topology : ${{ matrix.topology }}
You can’t perform that action at this time.
0 commit comments