Some output for debugging the deploy
This commit is contained in:
parent
512d8a2172
commit
af39f2839f
@ -7,8 +7,9 @@ if [ "$TRAVIS" = "true" ]; then
|
||||
if test "$TRAVIS_TAG"; then
|
||||
PKG_NAME=$TRAVIS_TAG
|
||||
else
|
||||
echo "On branch $TRAVIS_BRANCH"
|
||||
BASE_VERSION=`php artisan phpvms:version --base-only`
|
||||
PKG_NAME=$BASE_VERSION-$TRAVIS_BRANCH
|
||||
PKG_NAME=${BASE_VERSION}-${TRAVIS_BRANCH}
|
||||
fi
|
||||
|
||||
FILE_NAME="phpvms-$PKG_NAME"
|
||||
|
Loading…
Reference in New Issue
Block a user