Commit b7c1dc6 1 parent 048454e commit b7c1dc6 Copy full SHA for b7c1dc6
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ functions:
119
119
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
120
120
else
121
121
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git --depth 1 $DRIVERS_TOOLS
122
+
123
+ # Last working version working
124
+ git fetch --depth=1 origin 6a0686e0194d30b0a259404839c3e8bf9be12a5b
125
+ git checkout 6a0686e0194d30b0a259404839c3e8bf9be12a5b
122
126
fi
123
127
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
124
128
Original file line number Diff line number Diff line change 67
67
python-version : ' 3.13'
68
68
69
69
- id : setup-mongodb
70
- uses : mongodb-labs/drivers-evergreen-tools@master
70
+ uses : mongodb-labs/drivers-evergreen-tools@6a0686e0194d30b0a259404839c3e8bf9be12a5b
71
71
with :
72
72
version : ${{ matrix.mongodb-version }}
73
73
topology : ${{ matrix.topology }}
You can’t perform that action at this time.
0 commit comments