Skip to content

Commit 21fc2b3

Browse files
author
Matthias Koeppe
committed
.github/workflows/build.yml: More quiet in the new git acrobatics
1 parent 8d1b661 commit 21fc2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if [ -r upstream/ci_fixes.patch ]; then
102102
(cd worktree-image && git commit --quiet -m "current changes" --allow-empty -a && git am) < upstream/ci_fixes.patch
103103
git reset --quiet old
104-
git add -N .
104+
git add --quiet -N .
105105
fi
106106
107107
- name: Incremental build, test changed files (sage -t --new)

0 commit comments

Comments
 (0)