mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Get the latest alpha before the install
This commit is contained in:
@@ -6,12 +6,13 @@ cd $DIR/../../../
|
|||||||
|
|
||||||
rm -rf tmp && mkdir tmp;
|
rm -rf tmp && mkdir tmp;
|
||||||
|
|
||||||
|
./scripts/update-version.sh -gnu -alpha || exit 1;
|
||||||
|
|
||||||
if [[ $TRAVIS_PULL_REQUEST == "false" ]];
|
if [[ $TRAVIS_PULL_REQUEST == "false" ]];
|
||||||
then
|
then
|
||||||
./scripts/update-version.sh -nextalpha -gnu -minor -components
|
./scripts/update-version.sh -nextalpha -gnu -minor -components
|
||||||
./scripts/npm-build-all.sh -c || exit 1;
|
./scripts/npm-build-all.sh -c || exit 1;
|
||||||
else
|
else
|
||||||
./scripts/update-version.sh -gnu -alpha || exit 1;
|
|
||||||
./scripts/smart-build.sh -b $TRAVIS_BRANCH -gnu || exit 1;
|
./scripts/smart-build.sh -b $TRAVIS_BRANCH -gnu || exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user