Skip to content

Commit

Permalink
simplify check_install_golang.sh invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zuyev committed Jul 13, 2021
1 parent 579bebd commit 92604a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ else
fi

# installing golang so we could do go get for gopogh
ARCH="$ARCH" ./installers/check_install_golang.sh "1.16.4" "/usr/local" || true
./installers/check_install_golang.sh "1.16.4" "/usr/local" || true

# install docker and kubectl if not present
sudo ARCH="$ARCH" ./installers/check_install_docker.sh || true
Expand Down

0 comments on commit 92604a3

Please sign in to comment.