mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Remove the ability to run upstream from adf (#8431)
This commit is contained in:
7
.github/workflows/cron-upstream.yml
vendored
7
.github/workflows/cron-upstream.yml
vendored
@@ -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
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user