Update run-correctness.sh

This commit is contained in:
Dustin Brown
2024-01-23 15:41:14 -08:00
committed by GitHub
parent 1e7f58cdcc
commit 7713cc409e
@@ -90,6 +90,7 @@ source \
if [ -n "$PR_NUMBER" ]; then
out=$(KUBECONFIG="$KUBECONFIG" kubectl delete job/"$jobname" -n sql-correctness || true)
echo "Delete pr job if exists: $out"
sleep 45
fi
out=$(KUBECONFIG="$KUBECONFIG" kubectl apply -f job.json || true)