From dca1ebdb1c85588e741e07f026e3ddd5c5286cc3 Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Tue, 17 Jan 2023 12:58:40 +0530 Subject: [PATCH] Fix assignment of environment variable in compile-commit action This fixes the issue introduced in bc4e1afb3e8bd9dc4b58c0f24d93d3b00f155f95. --- .github/actions/compile-commit/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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