Skip to content

Commit

Permalink
chore(release): Switch to Ruby-based release reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jan 13, 2025
1 parent aee8117 commit ab77fde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .kokoro/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ export GEM_HOME=$HOME/.gem
export PATH=$GEM_HOME/bin:$PATH

gem install --no-document toys
toys release install-python-tools -v
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
toys release perform -v --enable-docs < /dev/null
toys release perform -v --reporter-org=googlecloudplatform --enable-docs < /dev/null

0 comments on commit ab77fde

Please sign in to comment.