Sha256: 00f14b6a56c571b47fc98d7b2b1a74e0e536fb662e9a6aa94325ef50c5b3c063

Contents?: true

Size: 526 Bytes

Versions: 3

Compression:

Stored size: 526 Bytes

Contents

#!/bin/bash

set -eo pipefail

# Install gems in the user directory because the default install directory
# is in a read-only location.
export GEM_HOME=$HOME/.gem
export PATH=$GEM_HOME/bin:$PATH

python3 -m pip install git+https://github.com/googleapis/releasetool
python3 -m pip install gcp-docuploader
gem install --no-document toys
bundle install

python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script

toys kokoro publish-gem < /dev/null
toys kokoro publish-docs < /dev/null

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
googleauth-0.17.0 .kokoro/release.sh
googleauth-0.16.2 .kokoro/release.sh
googleauth-0.16.1 .kokoro/release.sh