Two laptops is no fun.
This commit is contained in:
parent
25ff872fb5
commit
cc323577e3
|
|
@ -3,3 +3,4 @@
|
|||
*.swp
|
||||
.tox
|
||||
.DS_Store
|
||||
.cache
|
||||
|
|
|
|||
|
|
@ -13,14 +13,8 @@ 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
|
||||
|
|
|
|||
|
|
@ -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