From a738d1e62535c9c0af192ec372d18cb12cadc57b Mon Sep 17 00:00:00 2001 From: bsayan2 Date: Thu, 12 Jun 2025 12:06:50 +0530 Subject: [PATCH] 24883 test --- scripts/ci/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh index 5ce0104059..012b669304 100644 --- a/scripts/ci/build.sh +++ b/scripts/ci/build.sh @@ -11,8 +11,8 @@ BRANCH="fix/MNT-24883-transformoptions" buildCoreAio "${GIT_REPO}" "${BRANCH}" -ATS_GIT_REPO="https://github.com/Alfresco/alfresco-transform-service.git" -ATS_BRANCH="fix/MNT-24883-transformoptions" +ATS_GIT_REPO="github.com/Alfresco/alfresco-transform-service.git" +ATS_BRANCH="fix/MNT-24883-transformoptions-test" buildCoreAio "${ATS_GIT_REPO}" "${ATS_BRANCH}"