Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1381 from BenTheElder/no-errors-th…
Browse files Browse the repository at this point in the history
…aanks

silence docker volume inspect
  • Loading branch information
k8s-ci-robot authored Mar 4, 2020
2 parents 59d521e + 9f7e16d commit de7bfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/go_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ run_in_go_container() {
}

mkdir -p "${OUT_DIR}"
"${DOCKER}" volume inspect "${CACHE_VOLUME}" >/dev/null || "${DOCKER}" volume create "${CACHE_VOLUME}" >/dev/null
"${DOCKER}" volume inspect "${CACHE_VOLUME}" >/dev/null 2>&1 || "${DOCKER}" volume create "${CACHE_VOLUME}" >/dev/null
detect_and_set_goos_goarch
run_in_go_container "$@"

0 comments on commit de7bfe6

Please sign in to comment.