Skip to content

Commit

Permalink
chore: update current version in trigger (#3336)
Browse files Browse the repository at this point in the history
In this PR:
- Setup release please to update version in
`.cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml`
  • Loading branch information
JoeWang1127 authored Nov 6, 2024
1 parent e73740d commit 6372eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
timeout: 7200s # 2 hours
substitutions:
_IMAGE_NAME: "us-docker.pkg.dev/java-hermetic-build-prod/private-resources/java-library-generation"
_GAPIC_GENERATOR_JAVA_VERSION: '2.46.2-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
_GAPIC_GENERATOR_JAVA_VERSION: '2.49.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
_SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}"
_LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest"
_VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}"
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
".cloudbuild/graalvm/cloudbuild-test-a.yaml",
".cloudbuild/graalvm/cloudbuild-test-b.yaml",
".cloudbuild/library_generation/cloudbuild-library-generation-push.yaml",
".cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml",
".cloudbuild/library_generation/library_generation.Dockerfile"
]
}
Expand Down

0 comments on commit 6372eee

Please sign in to comment.