Rename branch to develop

This commit is contained in:
maurizio vitale
2020-05-05 17:35:36 +01:00
parent b138ec780b
commit 794d6a6c83
8 changed files with 43 additions and 42 deletions

View File

@@ -7,7 +7,7 @@ DIST=${ROOT}/dist/@alfresco
if [[ $TRAVIS_PULL_REQUEST == "false" ]];
then
TAG_NPM=latest
if [[ $TRAVIS_BRANCH == "development" ]];
if [[ $TRAVIS_BRANCH == "develop" ]];
then
TAG_NPM=alpha
if [[ $TRAVIS_EVENT_TYPE == "cron" ]];