mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
hack/generate-bindata.sh: make output cleanly by suppressing pushd/popd output.
This commit is contained in:
parent
4cc5d3b968
commit
296ae178d9
@ -39,7 +39,7 @@ if ! which go-bindata &>/dev/null ; then
|
||||
fi
|
||||
|
||||
# run the generation from the root directory for stable output
|
||||
pushd "${KUBE_ROOT}"
|
||||
pushd "${KUBE_ROOT}" >/dev/null
|
||||
|
||||
# These are files for e2e tests.
|
||||
BINDATA_OUTPUT="test/e2e/generated/bindata.go"
|
||||
@ -84,4 +84,4 @@ fi
|
||||
|
||||
rm -f "${BINDATA_OUTPUT}.tmp"
|
||||
|
||||
popd
|
||||
popd >/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user