Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
docker
Commits
a150f0be
Verified
Commit
a150f0be
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
pre-commit updates
parent
ae56b0e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#32329
passed
1 year ago
Stage: bookworm
Stage: jammy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+4
-4
4 additions, 4 deletions
.pre-commit-config.yaml
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
4
−
4
View file @
a150f0be
...
...
@@ -34,24 +34,24 @@ stages:
-
jammy
# - trixie
bookworm
:
image
:
registry.git.coop/webarch/containers/images/bookworm:20240
105
image
:
registry.git.coop/webarch/containers/images/bookworm:20240
209
stage
:
bookworm
script
:
-
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:20240
105
# image: registry.git.coop/webarch/containers/images/bullseye:20240
209
# stage: bullseye
# script:
# - molecule test
jammy
:
image
:
registry.git.coop/webarch/containers/images/jammy:20240
105
image
:
registry.git.coop/webarch/containers/images/jammy:20240
209
stage
:
jammy
script
:
-
molecule test
# trixie:
# image: registry.git.coop/webarch/containers/images/trixie:20240
105
# image: registry.git.coop/webarch/containers/images/trixie:20240
209
# stage: trixie
# script:
# - molecule test
...
...
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
4
−
4
View file @
a150f0be
...
...
@@ -11,7 +11,7 @@
repos
:
# https://github.com/adrienverge/yamllint/tags
-
repo
:
https://github.com/adrienverge/yamllint.git
rev
:
v1.3
4.0
rev
:
v1.3
5.1
hooks
:
-
id
:
yamllint
name
:
YAML Lint
...
...
@@ -25,7 +25,7 @@ repos:
-
templates
# https://github.com/jackdewinter/pymarkdown/releases
-
repo
:
https://github.com/jackdewinter/pymarkdown.git
rev
:
0.9.1
6
rev
:
v
0.9.1
7
hooks
:
-
id
:
pymarkdown
name
:
Markdown Lint
...
...
@@ -34,14 +34,14 @@ repos:
-
README.md
# https://github.com/ansible/ansible-lint/releases
-
repo
:
https://github.com/ansible/ansible-lint.git
rev
:
v24.2.
0
rev
:
v24.2.
1
hooks
:
-
id
:
ansible-lint
name
:
Ansible Lint
language
:
python
additional_dependencies
:
# https://github.com/kellyjonbrazil/jc/releases
-
jc==1.2
4.0
-
jc==1.2
5.1
# https://github.com/jmespath/jmespath.py/tags
-
jmespath==1.0.1
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment