Skip to content

Commit

Permalink
chore: Updates to release job config (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Feb 26, 2025
1 parent 4bce85e commit 026cfb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .kokoro/release.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build_file: "google-auth-library-ruby/.kokoro/trampoline_v2.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/ruby-multi"
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/ruby-release"
}

env_vars: {
Expand All @@ -28,7 +28,7 @@ env_vars: {

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem,docuploader_service_account"
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
}

# Pick up Rubygems key from internal keystore
Expand Down
3 changes: 1 addition & 2 deletions .kokoro/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ set -eo pipefail
export GEM_HOME=$HOME/.gem
export PATH=$GEM_HOME/bin:$PATH

gem install --no-document toys
toys release perform -v --reporter-org=googleapis --force-republish --enable-docs --enable-rad < /dev/null
toys release perform -v --reporter-org=googleapis --force-republish --enable-rad < /dev/null

0 comments on commit 026cfb8

Please sign in to comment.