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

update pre-commit and ci container

parent bf7084bd
No related branches found
No related tags found
No related merge requests found
Pipeline #37041 failed
......@@ -43,7 +43,7 @@ stages:
- jammy
- noble
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20250213
image: registry.git.coop/webarch/containers/images/bookworm:20250304
stage: bookworm
script:
- pre-commit install
......@@ -52,7 +52,7 @@ bookworm:
- ansible-galaxy install -r molecule/default/requirements.yml -p molecule/default/roles --force
- molecule test
jammy:
image: registry.git.coop/webarch/containers/images/jammy:20250213
image: registry.git.coop/webarch/containers/images/jammy:20250304
stage: jammy
script:
- pre-commit install
......@@ -61,7 +61,7 @@ jammy:
- ansible-galaxy install -r molecule/default/requirements.yml -p molecule/default/roles --force
- molecule test
noble:
image: registry.git.coop/webarch/containers/images/noble:20250213
image: registry.git.coop/webarch/containers/images/noble:20250304
stage: noble
script:
- pre-commit install
......
......@@ -11,7 +11,7 @@
repos:
# https://github.com/adrienverge/yamllint/tags
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
rev: v1.36.2
hooks:
- id: yamllint
name: YAML Lint
......
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