mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
release.sh: remove the clonned dir with -rf
Otherwise it asks confirmation to remove tmp-.../.git dir.
This commit is contained in:
parent
2464e942ec
commit
a34b46c760
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue