Skip to content

Commit

Permalink
[ACS-4634] Add ADF and JS API upstream to applications repo (#8274)
Browse files Browse the repository at this point in the history
* [ACS-4634] Add ADF and JS API upstream to applications repo
  • Loading branch information
MichalKinas authored Feb 15, 2023
1 parent 9014a85 commit 41f135d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/travis/update/update-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 41f135d

Please sign in to comment.