mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed bug on build script
This commit is contained in:
10
build.sh
10
build.sh
@@ -9,7 +9,7 @@ echo 'Copying project files...'
|
|||||||
rm -rf "${builtcontent}"
|
rm -rf "${builtcontent}"
|
||||||
mkdir "${builtcontent}"
|
mkdir "${builtcontent}"
|
||||||
cp -R "${projectdir}"/* "${builtcontent}"
|
cp -R "${projectdir}"/* "${builtcontent}"
|
||||||
cd ${builtcontent}
|
cd "${builtcontent}"
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
rm -r vendor
|
rm -r vendor
|
||||||
@@ -26,9 +26,9 @@ rm LICENSE
|
|||||||
rm php*
|
rm php*
|
||||||
rm README.md
|
rm README.md
|
||||||
rm -r build
|
rm -r build
|
||||||
rm data/database.sqlite
|
rm -f data/database.sqlite
|
||||||
rm data/{cache,log,proxies}/{*,.gitignore}
|
rm -f data/{cache,log,proxies}/{*,.gitignore}
|
||||||
rm config/params/{*,.gitignore}
|
rm -f config/params/{*,.gitignore}
|
||||||
rm config/autoload/{{,*.}local.php{,.dist},.gitignore}
|
rm -f config/autoload/{{,*.}local.php{,.dist},.gitignore}
|
||||||
|
|
||||||
# Compressing file
|
# Compressing file
|
||||||
|
|||||||
Reference in New Issue
Block a user