/.github/scripts/performance-benchmarking/run-benchmarks.sh: fix filename

This commit is contained in:
Dustin Brown
2021-01-05 11:55:12 -08:00
parent c481882e1d
commit 9f95277f7e

View File

@@ -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