Skip to content
Snippets Groups Projects
Verified Commit 040f8128 authored by wallun's avatar wallun
Browse files

ci: update pre-commit and gitlab-ci

update ansible-lint pre-commit hook
remove python-virtualenv fix in gitlab-ci
parent 28efa4be
No related branches found
Tags 2022.04.01-1
No related merge requests found
Pipeline #100275 failed
......@@ -16,10 +16,6 @@ pre-commit:
- pacman -S pre-commit --noconfirm
- pacman -S ansible-lint --noconfirm
- pacman -S markdownlint --noconfirm
# Fix until python-virtualenv 20.25.1 is release on Archlinux
- pacman -S python-pip --noconfirm
- pip3 install --upgrade virtualenv==20.25.1 --break-system-packages
# End of fix
script:
- pre-commit install -t pre-commit
- pre-commit run --all --verbose
......@@ -30,7 +30,7 @@ repos:
id: markdownlint
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v24.2.2
rev: v24.5.0
hooks:
- name: Run ansible-lint
id: ansible-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