summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 14:27:18 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-16 14:27:18 +0200
commit99c4ef52726f5d158a208b81fa3c4746a4060503 (patch)
tree58ddf4bb0bcbdc4626bad0ebb5e9c3ac071427c5
parenta63b563ef3f9717bb5dfc255b928c7a98eba0937 (diff)
downloadliw-ci-99c4ef52726f5d158a208b81fa3c4746a4060503.tar.gz
fix?
Sponsored-by: author
-rw-r--r--ci-prod.ick3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 1c313a0..b836cdf 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1338,7 +1338,8 @@ pipelines:
rm -rf publish
mkdir publish
cd src
- ./report.sh *.json > ../publish/index.html
+ ./report.sh *.json
+ mv obnam-benchmark.html> ../publish/index.html
cat ../publish/index.html
find ../publish -type f -exec chmod 0644 '{}' +