Sweeper.
This commit is contained in:
parent
7cb81c4f96
commit
9fad3bd70e
|
|
@ -2,3 +2,4 @@
|
|||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
.cache
|
||||
|
|
|
|||
|
|
@ -13,14 +13,9 @@ repos:
|
|||
- id: yamllint
|
||||
args: [-c=.yamllint]
|
||||
|
||||
- repo: https://github.com/ansible/ansible-lint
|
||||
rev: v5.0.1
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
pass_filenames: false
|
||||
|
||||
- repo: https://github.com/robertdebock/pre-commit
|
||||
rev: v1.1.2
|
||||
rev: v1.2.1
|
||||
hooks:
|
||||
- id: ansible_role_find_unused_variable
|
||||
- id: ansible_role_find_empty_files
|
||||
- id: ansible_role_find_empty_directories
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
image: robertdebock/github-action-molecule:2.6.6
|
||||
image: robertdebock/github-action-molecule:3.0.6
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
|
@ -13,7 +13,7 @@ molecule:
|
|||
- image=${image} tag=${tag} molecule test
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
retry: 2
|
||||
retry: 1
|
||||
parallel:
|
||||
matrix:
|
||||
{% for platform in meta.galaxy_info.platforms %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue