From 8351374550a4896e03cfe31188756a1dcfa05faf Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Mon, 29 Apr 2024 18:00:13 +0100 Subject: [PATCH] update pre-commit and ci containers --- .gitlab-ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1d42ae..53abec3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,26 +32,18 @@ before_script: stages: - trixie - bookworm - # - bullseye trixie: - image: registry.git.coop/webarch/containers/images/trixie:20240326 + image: registry.git.coop/webarch/containers/images/trixie:20240426 stage: trixie script: - pre-commit install - pre-commit run --all-files - molecule test --all bookworm: - image: registry.git.coop/webarch/containers/images/bookworm:20240326 + image: registry.git.coop/webarch/containers/images/bookworm:20240426 stage: bookworm script: - pre-commit install - pre-commit run --all-files - molecule test --all -# The Bullseye test run OK but Molecule never completes -# https://github.com/ansible/molecule/discussions/4020 -# bullseye: -# image: registry.git.coop/webarch/containers/images/bullseye:20240326 -# stage: bullseye -# script: -# - molecule test --all ... -- GitLab