Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zuyev committed Jul 8, 2021
1 parent baa86c3 commit 579bebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/jenkins/installers/check_install_golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ function install_golang() {
# using sudo because previously installed versions might have been installed by a different user.
# as it was the case on jenkins VM.
sudo rm -rf "$GO_TGZ"
curl -qL -O "https://storage.googleapis.com/golang/$GO_TGZ" &&
sudo rm -rf "$GO_DIR" &&
curl -qL -O "https://storage.googleapis.com/golang/$GO_TGZ"
sudo rm -rf "$GO_DIR"
sudo mkdir -p "$GO_DIR"
sudo tar -C "$GO_DIR" --strip-components=1 -xzf "$GO_TGZ"

Expand Down

0 comments on commit 579bebd

Please sign in to comment.