Skip to content

Commit

Permalink
Fix SUREFIRE_JVM_OPT for sample build
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng committed Jan 17, 2025
1 parent fc0f684 commit 2b850fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cloudbuild/samples_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
- 'KOKORO_GITHUB_PULL_REQUEST_NUMBER=$_PR_NUMBER'
- 'JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64'
- 'JAVA=/usr/lib/jvm/java-11-openjdk-amd64'
- 'SUREFIRE_JVM_OPT=-Djvm=$/usr/lib/jvm/java-11-openjdk-amd64/bin/java'
- 'SUREFIRE_JVM_OPT=-Djvm=/usr/lib/jvm/java-11-openjdk-amd64/bin/java'
- name: gcr.io/cloud-devrel-public-resources/java8
entrypoint: echo
args: [
Expand Down

0 comments on commit 2b850fc

Please sign in to comment.