Skip to content

Commit 2134895

Browse files
committed
wip
1 parent 14b7737 commit 2134895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo "::add-mask::$KNOCK_SEQ"
1818
1919
for s in $KNOCK_SEQ; do
20-
ping -c 1 -s "$s" "$KNOCK_HOST" >/dev/null 2>&1 || true
20+
ping -c 1 -s "$s" "$KNOCK_HOST" >/dev/null
2121
done
2222
2323
sleep 1

0 commit comments

Comments
 (0)