diff options
Diffstat (limited to 'fleet/test')
-rwxr-xr-x | fleet/test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fleet/test b/fleet/test index 9246526..5b804c0 100755 --- a/fleet/test +++ b/fleet/test @@ -1,6 +1,7 @@ -#! /bin/sh +#! /usr/bin/env bash # SPDX-FileCopyrightText: V <v@unfathomable.blue> # SPDX-License-Identifier: OSL-3.0 +set -euo pipefail git add . && git commit -m WIP git push -f kaikou trunk && ssh kaikou-root nixos-rebuild test --show-trace |