summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xfleet/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/fleet/test b/fleet/test
index 06f81c6..1512e49 100755
--- a/fleet/test
+++ b/fleet/test
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: OSL-3.0
 set -euo pipefail
 
-git add . && git commit -m WIP
+git add . && git commit -m WIP || true
 for host in kaikou vityaz trieste; do
     target=root@$host.unfathomable.blue
     git push -f $target:/etc/nixos trunk && ssh $target nixos-rebuild test --show-trace --keep-going