summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-12-02 18:40:52 +0200
committerLars Wirzenius <liw@sequoia-pgp.org>2021-12-02 18:40:52 +0200
commitb82b81c32d770fd44f9b22b911c067a9e0223341 (patch)
tree33ff64fbb68fc91a641435b4165900fca8435759
parent43a3893bbe46303fbbbc01d8d258e9e342e16371 (diff)
downloadsq-user-guide-b82b81c32d770fd44f9b22b911c067a9e0223341.tar.gz
fix: avoid installing software that's already in the Docker image
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36e2540..bd08168 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,6 @@ image: registry.gitlab.com/sequoia-pgp/build-docker-image/bookworm-pandoc:latest
pages:
script:
- - apt-get update -yqq
- - apt-get install -yqq --no-install-recommends pandoc build-essential git texlive-latex-extra texlive-latex-base texlive-fonts-recommended lmodern
- make
- mkdir public
- mv sq-guide.html public/index.html