From e2e6f7d8269d714aded806dcd7b589160fcc512a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=BBurek?= Date: Wed, 20 Nov 2024 15:41:34 +0100 Subject: [PATCH 1/3] ACS-9009 Just for testing --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 40281cb66e..c06c5f7adb 100644 --- a/pom.xml +++ b/pom.xml @@ -10,12 +10,12 @@ org.alfresco alfresco-enterprise-repo ../alfresco-enterprise-repo/pom.xml - 23.4.0.55 + 25.1.0.1-SNAPSHOT - 23.4.0.55 - 23.4.0.46 + 25.1.0.1-SNAPSHOT + 25.1.0.1-SNAPSHOT 3.0.2 From ea67139bdfc62c358b3896a45891d3407a1c4738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=BBurek?= Date: Wed, 20 Nov 2024 15:48:07 +0100 Subject: [PATCH 2/3] [pipeline_docker] [skip tests] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5000ab2147..b4df3e0794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -732,7 +732,7 @@ jobs: platforms: linux/amd64,linux/arm64 - name: Pipeline Tag text insert (modify for your needs) run: | - echo "PIPELINE_TAG_TEXT_INSERT=INSERT-TEXT" >> $GITHUB_ENV + echo "PIPELINE_TAG_TEXT_INSERT=ACS-9009" >> $GITHUB_ENV - name: Compute final build number run: | echo "COMPUTED_BUILD_NUMBER=$(( $BASE_BUILD_NUMBER + $BUILD_NUMBER ))" >> $GITHUB_ENV From 138a91cf3015315a3b8101a84c1a8abfcff25141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=BBurek?= Date: Wed, 20 Nov 2024 16:08:06 +0100 Subject: [PATCH 3/3] [pipeline_docker] [skip tests] --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4df3e0794..7f5b4bbcce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,12 @@ on: - fix/** - master - release/** + - ACS-9009-add-possibility-to-set-preferences push: branches: - feature/** - fix/** + - ACS-9009-add-possibility-to-set-preferences workflow_call: workflow_dispatch: