/.github/scripts/sql-correctness/run-correctness.sh: print out

This commit is contained in:
Dustin Brown
2021-02-19 17:29:35 -08:00
parent 52f2e0a0a3
commit e2a944a72f
@@ -56,6 +56,7 @@ out=$(KUBECONFIG="$KUBECONFIG" kubectl apply -f job.json || true)
if [ "$out" != "job.batch/$jobname created" ]; then
echo "something went wrong creating job... this job likely already exists in the cluster"
echo "$out"
exit 1
else
echo "$out"