1
1
Fork 1

Remove debugging flag.

This commit is contained in:
Derek Smith 2023-04-07 14:04:43 -04:00
parent 879ec0c34f
commit 086577f32a
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -exu
set -eu
cd "$(dirname "$0")"
. ./base.sh

View File

@ -2,7 +2,7 @@
# https://www.sovereign-stack.org/ss-down/
set -exu
set -eu
cd "$(dirname "$0")"
if lxc remote get-default -q | grep -q "local"; then

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -exu
set -eu
CURRENT_REMOTE="$(lxc remote get-default)"

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -exu
set -eu
cd "$(dirname "$0")"
LATEST_GIT_COMMIT="$(cat ./project/.git/refs/heads/main)"

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -exu
set -eu
cd "$(dirname "$0")"
TARGET_PROJECT_GIT_COMMIT=2e68e93303196fd57b1b473b149b5a82c9faa4f0