mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Force remove build/deploy folder in create_all_releases script (#956)
This commit is contained in:
@@ -10,9 +10,9 @@ make_release()
|
||||
PLATFORM=$2
|
||||
shift 2
|
||||
|
||||
rm -r build-${RELEASE}
|
||||
rm -rf build-${RELEASE}
|
||||
mkdir -p build-${RELEASE}
|
||||
rm -r deploy/${RELEASE}
|
||||
rm -rf deploy/${RELEASE}
|
||||
mkdir -p deploy/${RELEASE}
|
||||
|
||||
cd build-${RELEASE}
|
||||
|
Reference in New Issue
Block a user