summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 12:59:13 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-16 12:59:13 +0200
commite51edfb4734c3c8eba6c95bc116a948636199e36 (patch)
tree2657b360926b3954f41efed2f6822a629584c56a
parentbd5b56c588cbd1b7d4b882768d74f5a027c48669 (diff)
downloadliw-ci-e51edfb4734c3c8eba6c95bc116a948636199e36.tar.gz
fix: actually install
Sponsored-by: author
-rw-r--r--ci-prod.ick2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 6bcaf84..7ed4797 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1334,7 +1334,7 @@ pipelines:
- where: container
shell: |
apt-get update
- apt-get install obnam-benchmark pandoc
+ apt-get install -y obnam-benchmark pandoc
mkdir -p publish
cd src
./report.sh *.json > ../publish/obnam-benchmark.html