From 5945aef18be46f0e403ae874cd3f6000cf991d69 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 9 Nov 2023 16:16:04 +0000 Subject: CI: Do package installs before via-* That will make the organisation of this job better when new runes arrive that depends on these packages. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb2dec4..edaa49f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ variables: build: image: rust:bookworm script: - - ./bin/via-cargo-install-in-ci mdbook - apt-get update && apt-get install -y git python3 python3-yaml + - ./bin/via-cargo-install-in-ci mdbook - ./bin/check_index - ./bin/build_html - mv html public @@ -20,8 +20,8 @@ build: link-check: image: rust:bookworm script: - - ./bin/via-cargo-install-in-ci mdbook - apt-get update && apt-get install -y git python3 python3-yaml linklint + - ./bin/via-cargo-install-in-ci mdbook - ./bin/build_html - ./bin/check_links artifacts: -- cgit v1.2.3-54-g00ecf