Update _build/create-release-archive.sh
This commit is contained in:
parent
08fd7465bc
commit
998ce379e1
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
RELEASE="$1"
|
||||
ARCHIVE="pico-release.tar.gz"
|
||||
[ -n "$RELEASE" ] && ARCHIVE="pico-release-$RELEASE.tar.gz"
|
||||
|
||||
# install dependencies
|
||||
echo "Running \`composer install\`..."
|
||||
|
@ -15,7 +16,6 @@ find vendor/ -type d -path 'vendor/*/*/.git' -print0 | xargs -0 rm -rf
|
|||
echo
|
||||
|
||||
# create release archive
|
||||
[ -n "$RELEASE" ] && ARCHIVE="pico-release-$RELEASE.tar.gz"
|
||||
echo "Creating release archive '$ARCHIVE'..."
|
||||
|
||||
if [ -e "$ARCHIVE" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue