From 41f135df0f8b5ad3861a23504ca08e07835f8829 Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Wed, 15 Feb 2023 17:14:21 +0100 Subject: [PATCH] [ACS-4634] Add ADF and JS API upstream to applications repo (#8274) * [ACS-4634] Add ADF and JS API upstream to applications repo --- scripts/travis/update/update-project.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/travis/update/update-project.sh b/scripts/travis/update/update-project.sh index d9b8604711..ab11dda745 100755 --- a/scripts/travis/update/update-project.sh +++ b/scripts/travis/update/update-project.sh @@ -17,7 +17,7 @@ show_help() { echo "" echo "-t or --token: Github ouath token" echo "-p or --pr: Originating jsapi PR number" - echo "-v or --version version to update" + echo "-v or --version version to update" echo "-d or --dry-run: The script won't execute critical operation, just simulate them" } @@ -146,8 +146,9 @@ if [ "$isSameADFSha" = 'true' ]; then update "generator-alfresco-adf-app" update "alfresco-content-app" update "alfresco-apps" + update "alfresco-applications" else - echo "[dry-run] it would have update repos: 'generator-alfresco-adf-app', 'alfresco-content-app' and 'alfresco-apps'" + echo "[dry-run] it would have update repos: 'generator-alfresco-adf-app', 'alfresco-content-app', 'alfresco-apps' and 'alfresco-applications'" fi fi