mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -11,7 +11,7 @@ npm install @alfresco/adf-cli@alpha
|
||||
|
||||
if [[ $TRAVIS_PULL_REQUEST == "false" ]];
|
||||
then
|
||||
if [[ $TRAVIS_BRANCH == "development" ]];
|
||||
if [[ $TRAVIS_BRANCH == "develop" ]];
|
||||
then
|
||||
NEXT_VERSION=-nextalpha
|
||||
if [[ $TRAVIS_EVENT_TYPE == "cron" ]];
|
||||
|
Reference in New Issue
Block a user