Skip to content

Commit 8dc642c

Browse files
committed
Lock drivers-evergreen-tools version
1 parent 048454e commit 8dc642c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.evergreen/config/functions.yml

+4
Original file line numberDiff line numberDiff 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

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)