summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-15 17:41:22 +0000
committerLars Wirzenius <liw@liw.fi>2021-09-15 17:41:22 +0000
commitcb77ffe8f3b61e5dd488d918b067efd28c07948e (patch)
tree487002380e31311809c161f4e5b09638f2f46ccf /.gitlab-ci.yml
parent794ea63e46212941e73ca3933d30431d43d469b3 (diff)
parent8165ec7c6b418e32ff8518ebd04d0344f2ab6c15 (diff)
downloadjt2-cb77ffe8f3b61e5dd488d918b067efd28c07948e.tar.gz
Merge branch 'fix-topic' into 'main'
fix topic names containing dots See merge request larswirzenius/jt!24
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93a8ac9..42a4224 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ build-job:
script:
- curl -s https://gitlab.com/subplot/subplot/-/raw/main/install-debian.sh | bash
- apt-get update
- - apt-get install -y black subplot texlive-latex-base texlive-latex-recommended texlive-fonts-recommended plantuml
+ - apt-get install -y black subplot texlive-latex-base texlive-latex-recommended texlive-fonts-recommended plantuml jq
- rustup component add clippy
- rustup component add rustfmt
- if ! ./check; then echo =====================; tail -n 500 test.log; exit 1; fi