Skip to content

Commit

Permalink
fix: CICD rules recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
aeppling committed Sep 16, 2024
1 parent 2bcca12 commit 6a18504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Copy Files
run: |
cp -rf external-repo/*.yaml current-repo/kexa-chart/files/rules/
cp -rf external-repo/* current-repo/kexa-chart/files/rules/
shell: bash

- name: List Target Directory
Expand Down

0 comments on commit 6a18504

Please sign in to comment.