Commit f47e4041 authored by Thomas Runyon's avatar Thomas Runyon

removed debugging code

parent 163844cb
......@@ -20,15 +20,6 @@ set -o errexit
set -o nounset
set -o pipefail
if [ ! -z "$WHAT" ]; then #ccheck not empty
for pkg in ${WHAT}
do
echo ${pkg}
done
fi
exit 0
# Set locale to ensure english responses from kubectl commands
export LANG=C
......
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