release.sh: remove the clonned dir with -rf

Otherwise it asks confirmation to remove tmp-.../.git dir.
This commit is contained in:
Boris Nagaev 2025-09-29 12:10:31 -03:00
parent 2464e942ec
commit a34b46c760
No known key found for this signature in database

View file

@ -259,4 +259,4 @@ mv "$ARTIFACTS_DIR" "$FINAL_ARTIFACTS_DIR"
green "- Removing the subdir used for building ${BUILD_DIR}"
rm -r "$BUILD_DIR"
rm -rf "$BUILD_DIR"