mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix build script
This commit is contained in:
@@ -12,16 +12,16 @@ if [ $TRAVIS_EVENT_TYPE == "push" ] || [ $TRAVIS_EVENT_TYPE == "cron" ]
|
||||
then
|
||||
if [[ $TRAVIS_BRANCH == "develop" ]];
|
||||
then
|
||||
NEXT_VERSION=-nextalpha
|
||||
NEXT_VERSION=-nextalpha
|
||||
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
|
||||
fi
|
||||
|
||||
|
||||
if [[ $TRAVIS_EVENT_TYPE == "cron" ]];
|
||||
then
|
||||
NEXT_VERSION=-nextbeta
|
||||
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
|
||||
fi
|
||||
|
||||
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
|
||||
|
||||
node ./scripts/pre-publish.js
|
||||
|
||||
npm install
|
||||
|
Reference in New Issue
Block a user