mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-04 16:26:46 -06:00
Update run-correctness.sh
This commit is contained in:
@@ -92,7 +92,7 @@ source \
|
||||
"$issuenumber" > job.json
|
||||
|
||||
# delete existing job with same name if this is a regressions job
|
||||
if [ -z "$is_regressions" ]; then
|
||||
if [ -n "$is_regressions" ]; then
|
||||
out=$(KUBECONFIG="$KUBECONFIG" kubectl delete job/"$jobname" -n sql-correctness || true)
|
||||
echo "Delete regressions job if exists: $out"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user