Skip to content

Commit

Permalink
IONOS: .github/workflows: exclude .git and .editorconfig files
Browse files Browse the repository at this point in the history
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co committed May 15, 2024
1 parent fe41f6f commit b788bbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/easycloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
-x "apps/theming/img/background/**" \
-x "apps/*/tests/**" \
-x "apps-external/*/tests**" \
-x "**/cypress/**"
-x "**/cypress/**" \
-x "*.git*" \
-x "*.editorconfig*"
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down

0 comments on commit b788bbc

Please sign in to comment.