mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
24883 transform options test
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
@@ -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
|
||||
|
Reference in New Issue
Block a user