diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b943785e..9bfaa499 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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