mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-25 10:19:24 -06:00
/.github/scripts/performance-benchmarking/run-benchmarks.sh: fix filename
This commit is contained in:
@@ -40,7 +40,7 @@ out=$(KUBECONFIG="$KUBECONFIG" kubectl wait job/"$jobname" --for=condition=compl
|
||||
if [ "$out" != "job.batch/$jobname condition met" ]; then
|
||||
KUBECONFIG="$KUBECONFIG" kubectl logs job/"$jobname" -n performance-benchmarking
|
||||
else
|
||||
echo "::set-output name=object-key::$timeprefix/$actorprefix/compare-results.log"
|
||||
echo "::set-output name=object-key::$timeprefix/$actorprefix/comparison-results.log"
|
||||
fi
|
||||
|
||||
KUBECONFIG="$KUBECONFIG" kubectl delete job/"$jobname" -n performance-benchmarking
|
||||
|
||||
Reference in New Issue
Block a user