UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e3bb6618 authored by Micah Nagel's avatar Micah Nagel
Browse files

cleanup

parent 6049d32d
No related branches found
No related tags found
1 merge request!468Modify script execution in CI
Pipeline #250326 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment