From 24375108a866fb9af4835590dd4b71938fcf3c6e Mon Sep 17 00:00:00 2001 From: bsayan2 Date: Thu, 5 Jun 2025 17:42:41 +0530 Subject: [PATCH] 24883 transform options test --- scripts/ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh index 4e607e8b89..38f3d89a42 100644 --- a/scripts/ci/build.sh +++ b/scripts/ci/build.sh @@ -7,7 +7,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../../" source "$(dirname "${BASH_SOURCE[0]}")/build_functions.sh" GIT_REPO="github.com/Alfresco/alfresco-transform-core.git" -BRANCH="MNT-24883-libreoffice-header-fix" +BRANCH="fix/MNT-24883-transformoptions" buildCoreAio "${GIT_REPO}" "${BRANCH}"