Two laptops is no fun.
This commit is contained in:
parent
25ff872fb5
commit
cc323577e3
|
|
@ -3,3 +3,4 @@
|
||||||
*.swp
|
*.swp
|
||||||
.tox
|
.tox
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.cache
|
||||||
|
|
|
||||||
|
|
@ -13,14 +13,8 @@ repos:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
args: [-c=.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
|
- repo: https://github.com/robertdebock/pre-commit
|
||||||
rev: v1.1.2
|
rev: v1.2.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible_role_find_unused_variable
|
- id: ansible_role_find_unused_variable
|
||||||
- id: ansible_role_find_empty_files
|
- id: ansible_role_find_empty_files
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ molecule:
|
||||||
- image=${image} tag=${tag} molecule test
|
- image=${image} tag=${tag} molecule test
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == "master"
|
- if: $CI_COMMIT_REF_NAME == "master"
|
||||||
retry: 2
|
retry: 1
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
{% for platform in meta.galaxy_info.platforms %}
|
{% for platform in meta.galaxy_info.platforms %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue