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}"