Commit 1f07bc79 authored by Tim Hockin's avatar Tim Hockin

Message cleanup on update-all

parent 5c03d375
......@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment