Skip to content

Commit 09f24c2

Browse files
committed
ci: server: fix the git ls-files
1 parent 281c50c commit 09f24c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
git config --global --add safe.directory $(realpath .)
7272
cd examples/server
7373
./deps.sh
74-
not_ignored_files="$(git ls-files --others)"
74+
not_ignored_files="$(git ls-files --others --modified)"
7575
if [ -n "${not_ignored_files}" ]; then
7676
echo "Repository is dirty or server deps are not built as expected"
7777
echo "${not_ignored_files}"

0 commit comments

Comments
 (0)