Merge pull request #99905 from BenTheElder/shellchecked

update verify-shellcheck to v0.7.1, fix nits, multi-arch digest pinning, fix new lint errors
This commit is contained in:
Kubernetes Prow Robot
2021-03-06 22:17:53 -08:00
committed by GitHub
4 changed files with 13 additions and 10 deletions

View File

@@ -874,7 +874,7 @@ kube::golang::build_binaries() {
cat "/tmp//${platform//\//_}.build"
done
exit ${fails}
exit "${fails}"
else
for platform in "${platforms[@]}"; do
kube::log::status "Building go targets for ${platform}:" "${targets[@]}"