Skip to content

Commit

Permalink
ci: fix ignore-paths when creating git source (#99)
Browse files Browse the repository at this point in the history
* ci: fix ignore-paths when creating git source

Signed-off-by: Darío Blanco Iturriaga <1042520+darioblanco@users.noreply.github.com>
  • Loading branch information
darioblanco authored Jul 25, 2023
1 parent a1778cb commit 2f99923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
flux create source git flux-system \
--url=${{ github.event.repository.html_url }} \
--branch=${GITHUB_REF#refs/heads/} \
--ignore-paths="./clusters/**/flux-system/"
--ignore-paths="clusters/**/flux-system/"
flux create kustomization flux-system \
--source=flux-system \
--path=./clusters/staging
Expand Down

0 comments on commit 2f99923

Please sign in to comment.