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