From 70c5c2c94decc84e303cdd52db74026aafb351c0 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Wed, 6 Sep 2023 23:48:00 +0100 Subject: [PATCH] remove jammy ci tests --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24465bc..0e19e5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,6 @@ stages: - trixie - bookworm # - bullseye - - jammy trixie: image: registry.git.coop/webarch/containers/images/trixie:20230822 stage: trixie @@ -47,9 +46,4 @@ bookworm: # stage: bullseye # script: # - molecule test --all -jammy: - image: registry.git.coop/webarch/containers/images/jammy:20230822 - stage: jammy - script: - - molecule test --all ... -- GitLab