From 6fb27aeb3257b432a1b0b8e12317248a0c839d00 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 30 Apr 2020 14:43:19 +0100 Subject: [PATCH] fix trigger script --- scripts/travis/update/trigger-travis-children.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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