Get the latest alpha before the install

This commit is contained in:
maurizio vitale
2019-08-28 16:52:53 +01:00
parent 36b76821d0
commit 09d3710bcf

View File

@@ -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;