Remove the ability to run upstream from adf (#8431)

This commit is contained in:
Maurizio Vitale
2023-04-04 10:28:25 +01:00
committed by GitHub
parent fc3ad78004
commit b37de3842f
2 changed files with 7 additions and 24 deletions

View File

@@ -18,10 +18,3 @@ jobs:
secrets: inherit secrets: inherit
with: with:
repo_to_update: alfresco-applications repo_to_update: alfresco-applications
adf-upstream-alpha-hxp:
name: trigger upstream alpha for hxp monorepo
uses: ./.github/workflows/adf_alpha.yml
secrets: inherit
with:
repo_to_update: alfresco-apps

View File

@@ -99,23 +99,13 @@ update() {
update_js_dependency "@alfresco/js-api" $JS_API_INSTALLED update_js_dependency "@alfresco/js-api" $JS_API_INSTALLED
if [ "$NAME_REPO" = "alfresco-apps" ]; then update_dependency "@alfresco/adf-extensions"
update_dependency "@alfresco/adf-extensions" update_dependency "@alfresco/adf-core"
update_dependency "@alfresco/adf-core" update_dependency "@alfresco/adf-content-services"
update_dependency "@alfresco/adf-content-services" update_dependency "@alfresco/adf-process-services"
update_dependency "@alfresco/adf-process-services-cloud" update_dependency "@alfresco/adf-process-services-cloud"
update_dependency "@alfresco/adf-cli" update_dependency "@alfresco/adf-cli"
update_dependency "@alfresco/adf-testing" update_dependency "@alfresco/adf-testing"
else
update_dependency "@alfresco/adf-extensions"
update_dependency "@alfresco/adf-core"
update_dependency "@alfresco/adf-content-services"
update_dependency "@alfresco/adf-process-services"
update_dependency "@alfresco/adf-process-services-cloud"
update_dependency "@alfresco/adf-cli"
update_dependency "@alfresco/adf-testing"
fi
if [ "$BRANCH_CREATED" = true ]; then if [ "$BRANCH_CREATED" = true ]; then
git push origin $BRANCH_TO_CREATE git push origin $BRANCH_TO_CREATE