24883 transform options test

This commit is contained in:
bsayan2
2025-06-05 17:42:03 +05:30
parent 7359255718
commit ce929ce739
6 changed files with 20 additions and 5 deletions

View File

@@ -6,6 +6,11 @@ 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"
buildCoreAio "${GIT_REPO}" "${BRANCH}"
if [[ -n ${BUILD_PROFILES} ]]; then
PROFILES="${BUILD_PROFILES}"
elif [[ "${REQUIRES_LOCAL_IMAGES}" == "true" ]]; then

View File

@@ -184,4 +184,14 @@ function retieveLatestTag() {
rm -rf "${LOCAL_PATH}"
}
function buildCoreAio() {
local GIT_REPO="${1}"
local BRANCH="${2}"
cloneRepo "${GIT_REPO}" "${BRANCH}"
pushd "$(dirname "${BASH_SOURCE[0]}")/../../../"
cd "$(basename "${GIT_REPO%.git}")"
mvn -B -V -q clean install -DskipTests -Dmaven.javadoc.skip=true -Plocal
popd
}
set -vx

View File

@@ -26,7 +26,7 @@ services:
- "61616:61616" # OpenWire
mtls-transform-core-aio:
profiles: ["with-mtls-transform-core-aio"]
image: quay.io/alfresco/alfresco-transform-core-aio:${TRANSFORMERS_TAG}
image: alfresco/alfresco-transform-core-aio:${TRANSFORMERS_TAG}
hostname: transform-core-aio
ports:
- 8090:8090