[AAE-2570] prepare script to change name development to develop (#5675)

* prepare script to change name development to develop

* travis for develop
This commit is contained in:
Eugenio Romano
2020-05-06 11:23:01 +01:00
committed by GitHub
parent 94e2e83e73
commit e139b4c218
6 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ cd $DIR/../../../
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" ]];