Skip to content

Commit c3148d6

Browse files
author
mafyuh
committedJul 24, 2024
Update .forgejo/workflows/CD.yml
1 parent 0d60994 commit c3148d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.forgejo/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if [ "$(git rev-parse --is-shallow-repository)" = "true" ]; then
2121
git fetch --unshallow
2222
fi
23-
folders=$(git diff --name-only HEAD~1 HEAD | grep '^iac/docker/' | cut -d/ -f3 | sort | uniq)
23+
folders=$(git diff --name-only HEAD~1 HEAD | grep '^docker/' | cut -d/ -f3 | sort | uniq)
2424
echo "Modified folders: $folders"
2525
echo "::set-output name=folders::$folders"
2626

0 commit comments

Comments
 (0)
Please sign in to comment.