summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 14:20:15 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-16 14:20:15 +0200
commitab7951cf61e997b83852e9c234061787a1e1c342 (patch)
treeec48dd3df500f3e6fdd3d34d465983b925430518
parente51edfb4734c3c8eba6c95bc116a948636199e36 (diff)
downloadliw-ci-ab7951cf61e997b83852e9c234061787a1e1c342.tar.gz
tweak obnam benchmark publishing
Sponsored-by: author
-rw-r--r--ci-prod.ick5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 7ed4797..bf93706 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1335,9 +1335,10 @@ pipelines:
shell: |
apt-get update
apt-get install -y obnam-benchmark pandoc
- mkdir -p publish
+ rm -rf publish
+ mkdir publish
cd src
- ./report.sh *.json > ../publish/obnam-benchmark.html
+ ./report.sh *.json > ../publish/index.html
find ../publish -type f -exec chmod 0644 '{}' +
- where: host