mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore: remove test lib bash sourcing from customer-run scripts (#4753)
Didn't catch this in code review. These are run on customer's systems and can't possibly source our shared script.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source "./scripts/tests/lib.sh"
|
||||
set -euo pipefail
|
||||
|
||||
TARGET_IMAGE="ghcr.io/firezone/gateway:1"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source "./scripts/tests/lib.sh"
|
||||
set -euo pipefail
|
||||
|
||||
hostname=$(hostname)
|
||||
FIREZONE_NAME=${FIREZONE_NAME:-$hostname}
|
||||
|
||||
Reference in New Issue
Block a user