mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-10-22 15:11:33 +00:00
ACS-10404 Initial test
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -235,7 +235,7 @@ jobs:
|
|||||||
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" | xargs -r -l rm -rf
|
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" | xargs -r -l rm -rf
|
||||||
- name: "Build local docker image"
|
- name: "Build local docker image"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
run:
|
run: |
|
||||||
if [ "${{ matrix.java }}" == "21" ]; then
|
if [ "${{ matrix.java }}" == "21" ]; then
|
||||||
export JAVA_BASE_IMAGE=${{ env.JAVA_BASE_IMAGE_21 }}
|
export JAVA_BASE_IMAGE=${{ env.JAVA_BASE_IMAGE_21 }}
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user