0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00

SERVER-90187 Cleanup multiversion binaries before running resmoke tests (#21869)

GitOrigin-RevId: 4c1b977c9415c552833d55bb85c8be29eb023132
This commit is contained in:
Mikhail Shchatko 2024-05-06 21:20:41 +03:00 committed by MongoDB Bot
parent 24c0efae90
commit 2c95b33763

View File

@ -1,4 +1,13 @@
set -o verbose
rm -rf /data/db/* mongo-diskstats* mongo-*.tgz ~/.aws ~/.boto venv
rm -rf \
/data/db/* \
mongo-diskstats* \
mongo-*.tgz \
~/.aws \
~/.boto \
venv \
/data/install \
/data/multiversion
exit 0