Skip to content

Commit

Permalink
Merge pull request #158 from 0xFelix/ansible-lint-exclude
Browse files Browse the repository at this point in the history
fix(ci): Exclude ansible-compat's new cache location
  • Loading branch information
kubevirt-bot authored Jan 15, 2025
2 parents a64d543 + cf64cae commit 0656662
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ htmlcov/
.nox/
.coverage
.coverage.*
.ansible
.cache
nosetests.xml
coverage.xml
Expand Down

0 comments on commit 0656662

Please sign in to comment.