forked from infra/ansible
Improve ansible-lint
Why ignore the hardcoded paths, let's just create symlink, so they are found as they should be. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
85f227197c
commit
27e3392a20
1 changed files with 5 additions and 0 deletions
|
|
@ -54,6 +54,11 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Create symlink to overcome absolute paths
|
||||
run: |
|
||||
mkdir -p /srv/web/infra/
|
||||
ln -s /workspace/infra/ansible /srv/web/infra/ansible
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: https://code.forgejo.org/tj-actions/changed-files@v47
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue