Skip to content

Commit 0bfc347

Browse files
committed
Skip lint if it fails.
1 parent dbecdb0 commit 0bfc347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ echo 'metacall' >> /metacall/source/metacall.scm
4444
guix package --fallback --no-grafts -f /metacall/source/metacall.scm | tee build.log
4545

4646
# Lint
47-
guix lint -L /metacall/nonguix -L /metacall/source metacall
47+
guix lint -L /metacall/nonguix -L /metacall/source metacall || true
4848

4949
# Pack
5050
guix pack --no-grafts \

0 commit comments

Comments
 (0)