diff --git a/.github/actions/compile-commit/action.yml b/.github/actions/compile-commit/action.yml index 72b4269add3..41c9d28370a 100644 --- a/.github/actions/compile-commit/action.yml +++ b/.github/actions/compile-commit/action.yml @@ -22,7 +22,7 @@ runs: MAVEN_INSTALL_OPTS="-Xmx3G -XX:+ExitOnOutOfMemoryError -Dmaven.wagon.rto=60000" MAVEN_COMPILE_COMMITS="-B --strict-checksums --quiet -T C1 -DskipTests -Dmaven.source.skip=true -Dair.check.skip-all=true -Dmaven.javadoc.skip=true --no-snapshot-updates --no-transfer-progress -pl !:trino-server-rpm" MAVEN_GIB="-P gib -Dgib.referenceBranch=refs/remotes/origin/${{ inputs.base_ref }}" - RETRY: .github/bin/retry + RETRY=.github/bin/retry # ------- # For building with Maven we need MAVEN_OPTS to equal MAVEN_INSTALL_OPTS