force push import results

This commit is contained in:
Max Hoffman
2022-11-10 14:56:00 -08:00
parent 9cf3fa007f
commit 0b07b4eb04
+1 -1
View File
@@ -93,7 +93,7 @@ jobs:
# push results to dolthub
dolt add import_perf_results
dolt commit -m "CI commit"
dolt push origin $branch
dolt push -f origin $branch
# generate report
dolt sql -r csv < "$query" > "$out"