Hopefully fix REMOVE_BACKUP_VOLUME_AFTER_UPLOAD
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build encountered an error Details

This commit is contained in:
3wc 2023-09-28 10:18:18 +01:00
parent 87d584e4e8
commit 451c511554
1 changed files with 1 additions and 1 deletions

View File

@ -134,6 +134,6 @@ if [[ \ $*\ != *\ --skip-upload\ * ]]; then
if [ "$REMOVE_BACKUP_VOLUME_AFTER_UPLOAD" -eq 1 ]; then
echo "Cleaning up ${backup_path}"
rm -rf "${backup_path}"
rm -rf "${backup_path:?}"/*
fi
fi