mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-07 05:42:38 +00:00
Merge pull request #158 from 0xFelix/ansible-lint-exclude
fix(ci): Exclude ansible-compat's new cache location
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -79,7 +79,9 @@ jobs:
|
||||
- name: Run ansible-lint
|
||||
run: |
|
||||
ansible-lint --version
|
||||
ansible-lint -v
|
||||
# Remove --exclude flag once ansible-lint was updated to ignore ansible-compat's new cache location
|
||||
# See https://github.com/ansible/ansible-lint/issues/4477
|
||||
ansible-lint -v --exclude .cache .ansible
|
||||
working-directory: ${{ env.collection_dir }}
|
||||
|
||||
- name: Run shellcheck
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -43,6 +43,7 @@ htmlcov/
|
||||
.nox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.ansible
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
|
||||
Reference in New Issue
Block a user