Skip to content

Commit 7965c4b

Browse files
committed
builds.sr.ht: gracefully fail if .gitter is missing
1 parent 6e713c3 commit 7965c4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.builds/scripts/notify-gitter

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22
set -eu
33

4+
test -f ~/.gitter || exit 0
5+
46
GITTER=$(cat ~/.gitter)
57
STATUS=$1
68

0 commit comments

Comments
 (0)