Skip to content

Commit b2b6e81

Browse files
committed
Another try fixing buildkite
1 parent 9e54aee commit b2b6e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipelines/periodic-java-ea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ steps:
512512
machineType: n1-standard-32
513513
buildDirectory: /dev/shm/bk
514514
env:
515-
GRADLE_PARAMS: "-Druntime.java=$$JAVA_EA_VERSION"
515+
GRADLE_PARAMS: "-Druntime.java=${JAVA_EA_VERSION}"
516516
GRADLE_TASK: "{{matrix.GRADLE_TASK}}"
517517
- label: "{{matrix.BWC_VERSION}} / matrix-bwc"
518518
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v$$BWC_VERSION#bwcTest

0 commit comments

Comments
 (0)