diff --git a/scripts/travis/update/trigger-travis-children.sh b/scripts/travis/update/trigger-travis-children.sh index a5fe51a902..6929cfcc5c 100755 --- a/scripts/travis/update/trigger-travis-children.sh +++ b/scripts/travis/update/trigger-travis-children.sh @@ -1,10 +1,12 @@ #!/usr/bin/env bash -eval repos=( "alfresco-modeler-app" - "alfresco-content-app", - "generator-alfresco-adf-app", +eval repos=( + "alfresco-modeler-app" + "alfresco-content-app" + "generator-alfresco-adf-app" "alfresco-process-workspace-app") + if [ "$#" -lt 3 ] || [ "$#" -ge 7 ]; then echo "Wrong number of arguments $# to trigger-travis.sh; run like:" echo " trigger-travis.sh [--branch BRANCH] GITHUBPROJECT TRAVIS_ACCESS_TOKEN [MESSAGE]" >&2