mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-10-15 15:01:27 +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
|
||||
- name: "Build local docker image"
|
||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||
run:
|
||||
run: |
|
||||
if [ "${{ matrix.java }}" == "21" ]; then
|
||||
export JAVA_BASE_IMAGE=${{ env.JAVA_BASE_IMAGE_21 }}
|
||||
fi
|
||||
|
Reference in New Issue
Block a user