From e3bb6618ea156171538fbf32ff8ee0c457443bc9 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Fri, 7 May 2021 10:25:27 -0600 Subject: [PATCH] cleanup --- tests/bash/02_non_ironbank.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/bash/02_non_ironbank.sh b/tests/bash/02_non_ironbank.sh index 4b092da53d..b67d7e81fc 100755 --- a/tests/bash/02_non_ironbank.sh +++ b/tests/bash/02_non_ironbank.sh @@ -7,5 +7,3 @@ set -e echo "Showing images not from ironbank:" # Ignore rancher images since those are from k3d kubectl get pods -A -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq -c | grep -v "registry1" | ( grep -v "rancher" || echo "None" ) -echo "ERRRORORRORORRRRRR" -exit 1 \ No newline at end of file -- GitLab