summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-12-28 15:02:13 +0200
committerLars Wirzenius <liw@liw.fi>2018-12-28 15:02:13 +0200
commit3e9488bd386e343bd11506be5376155bd0cc6831 (patch)
tree0ef8e848041e207d4970dd0a10ea3353c6282958
parentc168fe2bd5e18322cacb4207cbc65916acf7b9de (diff)
downloadliw-ci-3e9488bd386e343bd11506be5376155bd0cc6831.tar.gz
Fix: apt update && dist-upgrade when building vmdb2 manual on sid
Otherwise, the systree's archved Packages file is used, and it gets obsolete fairly soon.
-rw-r--r--ci-prod-websites.ick2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci-prod-websites.ick b/ci-prod-websites.ick
index f15663b..2a9f2e0 100644
--- a/ci-prod-websites.ick
+++ b/ci-prod-websites.ick
@@ -224,6 +224,8 @@ pipelines:
- rsync_target
actions:
- shell: |
+ apt update
+ apt dist-upgrade -y
apt install -y pandoc texlive texlive-xetex fonts-freefont-ttf
mkdir html
cd src