We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa1b98 commit 47506e3Copy full SHA for 47506e3
.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml
@@ -15,7 +15,7 @@
15
timeout: 7200s # 2 hours
16
substitutions:
17
_IMAGE_NAME: "gcr.io/cloud-devrel-public-resources/java-library-generation"
18
- _GAPIC_GENERATOR_JAVA_VERSION: '2.42.0' # {x-version-update:gapic-generator-java:current}
+ _GAPIC_GENERATOR_JAVA_VERSION: '2.42.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
19
_SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}"
20
_LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest"
21
_VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}"
0 commit comments