Skip to content

Commit

Permalink
Revert "ci: re-add workaround for ansible-lint action regression"
Browse files Browse the repository at this point in the history
This issue has been fixed, so this workaround should not be needed
anymore.

This reverts commit 1e3166d.
  • Loading branch information
ptoscano committed Jun 26, 2024
1 parent 23aa711 commit 9a38376
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ jobs:
with:
path: ansible_collections/redhat/insights

- name: Workaround ansible-lint action bug
run: |
# create a symlink to the .git directory of the checkout
# in the local directory: the current ansible-lint action (v24.5.0)
# does not use its "working_directory" for the .git directory
# of the checkout; regression introduced by
# https://github.com/ansible/ansible-lint/pull/4103
ln -s ansible_collections/redhat/insights/.git .
- name: Set Ansible environment variables (#1)
run: |
echo "ANSIBLE_COLLECTIONS_PATH=$PWD" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 9a38376

Please sign in to comment.