mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-11-15 17:48:22 -07:00
commit
e5bec691c7
@ -76,10 +76,10 @@ npm run dist
|
|||||||
#find build -name "*.map" -delete
|
#find build -name "*.map" -delete
|
||||||
|
|
||||||
# Prepare the final archives
|
# Prepare the final archives
|
||||||
cd build
|
mv build web-vault
|
||||||
tar -czvf "../../$OUTPUT_NAME" ./* --owner=0 --group=0
|
tar -czvf "../$OUTPUT_NAME" web-vault --owner=0 --group=0
|
||||||
|
|
||||||
cd ../..
|
cd ..
|
||||||
|
|
||||||
if [[ $UPLOAD_VAULT =~ ^[Yy]$ ]]
|
if [[ $UPLOAD_VAULT =~ ^[Yy]$ ]]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user