fx build fix
Some checks failed
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fx/1 Pipeline failed
ci/woodpecker/push/fx/2 Pipeline failed
ci/woodpecker/push/nats Pipeline was successful

This commit is contained in:
Stephan D
2025-11-08 11:23:49 +01:00
parent 8810bc8783
commit 88b2b63759
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ if ! set -o pipefail 2>/dev/null; then
: :
fi fi
REPO_ROOT="$(cd "$(dirname "$0")/../.." && pwd)" REPO_ROOT="$(cd "$(dirname "$0")/../../.." && pwd)"
cd "${REPO_ROOT}" cd "${REPO_ROOT}"
sh ci/scripts/common/ensure_env_version.sh sh ci/scripts/common/ensure_env_version.sh

View File

@@ -5,7 +5,7 @@ if ! set -o pipefail 2>/dev/null; then
: :
fi fi
REPO_ROOT="$(cd "$(dirname "$0")/../.." && pwd)" REPO_ROOT="$(cd "$(dirname "$0")/../../.." && pwd)"
cd "${REPO_ROOT}" cd "${REPO_ROOT}"
sh ci/scripts/common/ensure_env_version.sh sh ci/scripts/common/ensure_env_version.sh