fix(fnos): reuse content-addressed core runtime
This commit is contained in:
@@ -17,7 +17,7 @@ SMOKE_PASSWORD="imagefind-smoke-password"
|
||||
SMOKE_POSTGRES_TOKEN="${IMAGEFIND_SMOKE_POSTGRES_TOKEN:-}"
|
||||
COOKIE_JAR="$DATA_ROOT/run/smoke-cookie.txt"
|
||||
BACKUP_FILE="$DATA_ROOT/run/smoke.ifbackup"
|
||||
EXPECTED_VERSION=$(sed -n '1p' "$APP_ROOT/runtime/VERSION")
|
||||
EXPECTED_VERSION=$(sed -n '2p' "$APP_ROOT/runtime/VERSION")
|
||||
|
||||
APP_ROOT=$(CDPATH= cd -- "$APP_ROOT" && pwd)
|
||||
[ "${#SMOKE_POSTGRES_TOKEN}" -ge 20 ] || {
|
||||
|
||||
Reference in New Issue
Block a user