Sha256: a6f84770cfbbffe61d371aa6e679cbf9873010594140087c5dac7652db14a611
Contents?: true
Size: 487 Bytes
Versions: 7
Compression:
Stored size: 487 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 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script toys release perform -v --enable-docs < /dev/null
Version data entries
7 entries across 7 versions & 1 rubygems