fix pipeline day release

This commit is contained in:
Eugenio Romano
2019-08-09 15:06:14 +01:00
parent f9a8d3a4bf
commit 4d5ab95c15

View File

@@ -8,6 +8,12 @@ rm -rf tmp && mkdir tmp;
if [[ $TRAVIS_PULL_REQUEST == "false" ]]; if [[ $TRAVIS_PULL_REQUEST == "false" ]];
then then
if [[ $TRAVIS_BRANCH == "development" ]];
then
./scripts/update-version.sh -gnu -alpha || exit 1;
fi
./scripts/npm-build-all.sh || exit 1; ./scripts/npm-build-all.sh || exit 1;
else else
./scripts/update-version.sh -gnu -alpha || exit 1; ./scripts/update-version.sh -gnu -alpha || exit 1;