Skip to content
Snippets Groups Projects
Verified Commit 95b85c62 authored by Chris Croome's avatar Chris Croome
Browse files

don't run ci on bullseye

parent b1e31380
No related branches found
No related tags found
No related merge requests found
Pipeline #30727 passed
......@@ -28,7 +28,7 @@ before_script:
- molecule --version
stages:
- bookworm
- bullseye
# - bullseye
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20231206
stage: bookworm
......@@ -36,9 +36,9 @@ bookworm:
- 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:20231206
stage: bullseye
script:
- molecule test
# bullseye:
# image: registry.git.coop/webarch/containers/images/bullseye:20231206
# stage: bullseye
# script:
# - molecule test
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment