mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix pipeline day release
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user