0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/evergreen/cleanup_environment.sh
2021-10-05 07:34:56 +00:00

5 lines
90 B
Bash
Executable File

set -o verbose
rm -rf /data/db/* mongo-diskstats* mongo-*.tgz ~/.aws ~/.boto venv
exit 0