Skip to content

Commit

Permalink
internal: try3 more go get
Browse files Browse the repository at this point in the history
This helps avoid failures caused by network hiccups.

Change-Id: I9e5a2de6b83769bab691aabbbf860dd662845be3
Reviewed-on: https://code-review.googlesource.com/c/35590
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Eno Compton <enocom@google.com>
  • Loading branch information
jeanbza committed Nov 14, 2018
1 parent a9c65bd commit b51c7c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/kokoro/vet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ fi

pwd

go get -u \
try3() { eval "$*" || eval "$*" || eval "$*"; }

try3 go get -u \
golang.org/x/lint/golint \
golang.org/x/tools/cmd/goimports \
golang.org/x/lint/golint \
Expand Down

0 comments on commit b51c7c7

Please sign in to comment.