Skip to content

Commit 7f157c5

Browse files
authored
chore(release): Switch to Ruby-based release reporter (#208)
1 parent aee8117 commit 7f157c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.kokoro/release.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ export GEM_HOME=$HOME/.gem
88
export PATH=$GEM_HOME/bin:$PATH
99

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

0 commit comments

Comments
 (0)