Skip to content

Commit

Permalink
Lock drivers-evergreen-tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Jan 28, 2025
1 parent 048454e commit 8dc642c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .evergreen/config/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ functions:
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
else
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git --depth 1 $DRIVERS_TOOLS
# Last working version working
git -C $DRIVERS_TOOLS fetch --depth=1 origin 6a0686e0194d30b0a259404839c3e8bf9be12a5b
git -C $DRIVERS_TOOLS checkout 6a0686e0194d30b0a259404839c3e8bf9be12a5b
fi
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
python-version: '3.13'

- id: setup-mongodb
uses: mongodb-labs/drivers-evergreen-tools@master
uses: mongodb-labs/drivers-evergreen-tools@6a0686e0194d30b0a259404839c3e8bf9be12a5b
with:
version: ${{ matrix.mongodb-version }}
topology: ${{ matrix.topology }}
Expand Down

0 comments on commit 8dc642c

Please sign in to comment.