From b37de3842fcc658140705d3b8a397ecdb332c6ff Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Tue, 4 Apr 2023 10:28:25 +0100 Subject: [PATCH] Remove the ability to run upstream from adf (#8431) --- .github/workflows/cron-upstream.yml | 7 ------- scripts/github/update/update-project.sh | 24 +++++++----------------- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/.github/workflows/cron-upstream.yml b/.github/workflows/cron-upstream.yml index 94fdb1d74f..895e776c93 100644 --- a/.github/workflows/cron-upstream.yml +++ b/.github/workflows/cron-upstream.yml @@ -18,10 +18,3 @@ jobs: secrets: inherit with: 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 diff --git a/scripts/github/update/update-project.sh b/scripts/github/update/update-project.sh index d274c1a0f7..a3d278492d 100755 --- a/scripts/github/update/update-project.sh +++ b/scripts/github/update/update-project.sh @@ -99,23 +99,13 @@ update() { update_js_dependency "@alfresco/js-api" $JS_API_INSTALLED - if [ "$NAME_REPO" = "alfresco-apps" ]; then - update_dependency "@alfresco/adf-extensions" - update_dependency "@alfresco/adf-core" - update_dependency "@alfresco/adf-content-services" - update_dependency "@alfresco/adf-process-services-cloud" - update_dependency "@alfresco/adf-cli" - 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 - + 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" if [ "$BRANCH_CREATED" = true ]; then git push origin $BRANCH_TO_CREATE