mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 15:29:54 +03:00
Updated build script
This commit is contained in:
parent
17be221920
commit
c45cb7bacb
1 changed files with 3 additions and 1 deletions
4
build.sh
4
build.sh
|
@ -8,7 +8,7 @@ if [ "$#" -ne 1 ]; then
|
|||
fi
|
||||
|
||||
version=$1
|
||||
builtcontent=$(readlink -f '../shlink_build_tmp')
|
||||
builtcontent=$(readlink -f '../shlink_${version}_dist')
|
||||
projectdir=$(pwd)
|
||||
|
||||
# Copy project content to temp dir
|
||||
|
@ -31,6 +31,8 @@ rm build.sh
|
|||
rm CHANGELOG.md
|
||||
rm composer.*
|
||||
rm LICENSE
|
||||
rm indocker
|
||||
rm docker-compose.yml
|
||||
rm php*
|
||||
rm README.md
|
||||
rm -r build
|
||||
|
|
Loading…
Add table
Reference in a new issue