From af8591701789131953880469df67b9bc49d93fd7 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 20 Nov 2019 00:42:29 +0100 Subject: [PATCH] Deleting Ruby. --- test/kokoro.sh | 3 +++ tools/release/kokoro-electron.sh | 3 +++ tools/release/kokoro-grpc-tools.sh | 3 +++ tools/release/kokoro-nodejs.sh | 3 +++ 4 files changed, 12 insertions(+) diff --git a/test/kokoro.sh b/test/kokoro.sh index d28d18cf..38ea41b2 100755 --- a/test/kokoro.sh +++ b/test/kokoro.sh @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Deleting Ruby. +rm -rf ~/.rvm + set -e cd $(dirname $0)/.. diff --git a/tools/release/kokoro-electron.sh b/tools/release/kokoro-electron.sh index c0302538..721b9c97 100755 --- a/tools/release/kokoro-electron.sh +++ b/tools/release/kokoro-electron.sh @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Deleting Ruby. +rm -rf ~/.rvm + curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" diff --git a/tools/release/kokoro-grpc-tools.sh b/tools/release/kokoro-grpc-tools.sh index b672c0cb..267d6cc2 100755 --- a/tools/release/kokoro-grpc-tools.sh +++ b/tools/release/kokoro-grpc-tools.sh @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Deleting Ruby. +rm -rf ~/.rvm + set -e cd $(dirname $0)/../.. base_dir=$(pwd) diff --git a/tools/release/kokoro-nodejs.sh b/tools/release/kokoro-nodejs.sh index e3dd3d05..7dd89c89 100755 --- a/tools/release/kokoro-nodejs.sh +++ b/tools/release/kokoro-nodejs.sh @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Deleting Ruby. +rm -rf ~/.rvm + curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"