Skip to content

Commit

Permalink
Fixups for grpc_wallet.sh (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch authored Nov 3, 2022
1 parent 69649dd commit 100346b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/kokoro/grpc_wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ popd

# Download the latest Go version in tmpdir and modify $PATH to include the
# extracted `go` binary.
walletBaseDir=${PWD}
cd ${TMPDIR}
walletBaseDir="${PWD}"
kokoroTmpDir="${TMPDIR:-/tmpfs/tmp}"
cd "${kokoroTmpDir}"
wget https://dl.google.com/go/go1.16.5.linux-amd64.tar.gz
tar -xvf go1.16.5.linux-amd64.tar.gz
export GOROOT=${PWD}/go
Expand Down

0 comments on commit 100346b

Please sign in to comment.