mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Message cleanup on update-all
This commit is contained in:
parent
5c03d3759d
commit
1f07bc7914
@ -46,7 +46,7 @@ done
|
||||
trap 'exit 1' SIGINT
|
||||
|
||||
if $SILENT ; then
|
||||
echo "Running in the silent mode, run with -v if you want to see script logs."
|
||||
echo "Running in silent mode, run with -v if you want to see script logs."
|
||||
fi
|
||||
|
||||
if ! $ALL ; then
|
||||
@ -77,7 +77,7 @@ BASH_TARGETS="
|
||||
update-bazel"
|
||||
|
||||
for t in $BASH_TARGETS; do
|
||||
echo -e "${color_yellow}Updating $t${color_norm}"
|
||||
echo -e "${color_yellow}Running $t${color_norm}"
|
||||
if $SILENT ; then
|
||||
if ! bash "$KUBE_ROOT/hack/$t.sh" 1> /dev/null; then
|
||||
echo -e "${color_red}Running $t FAILED${color_norm}"
|
||||
|
Loading…
Reference in New Issue
Block a user