mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
removed debugging code
This commit is contained in:
parent
163844cb13
commit
f47e404125
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user