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:
Jamil
2024-04-23 12:04:02 -07:00
committed by GitHub
parent e92eeb6934
commit d656cd54f6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
source "./scripts/tests/lib.sh"
set -euo pipefail
TARGET_IMAGE="ghcr.io/firezone/gateway:1"

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
source "./scripts/tests/lib.sh"
set -euo pipefail
hostname=$(hostname)
FIREZONE_NAME=${FIREZONE_NAME:-$hostname}