Skip to content

Commit a34b46c

Browse files
committed
release.sh: remove the clonned dir with -rf
Otherwise it asks confirmation to remove tmp-.../.git dir.
1 parent 2464e94 commit a34b46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ mv "$ARTIFACTS_DIR" "$FINAL_ARTIFACTS_DIR"
259259

260260
green "- Removing the subdir used for building ${BUILD_DIR}"
261261

262-
rm -r "$BUILD_DIR"
262+
rm -rf "$BUILD_DIR"

0 commit comments

Comments
 (0)