Skip to content

Commit b467d19

Browse files
committed
Merge remote-tracking branch 'phymbert/master' into hp/server/deps-check-TEST-dirty
# Conflicts: # .github/workflows/server.yml
2 parents a793724 + 561c8b8 commit b467d19

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
@@ -74,8 +74,8 @@ jobs:
7474
git status
7575
./deps.sh
7676
git status
77-
git ls-files --others --modified
7877
not_ignored_files="$(git ls-files --others --modified)"
78+
echo "Modified files: ${not_ignored_files}"
7979
if [ -n "${not_ignored_files}" ]; then
8080
echo "Repository is dirty or server deps are not built as expected"
8181
echo "${not_ignored_files}"

0 commit comments

Comments
 (0)