UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Modify script execution in CI

Merged Micah Nagel requested to merge break-pipeline into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading