chore: sync all changes to Gitea
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- Config, docs, scripts, and backup manifests - Submodule refs unchanged (m = modified content in submodules) Made-with: Cursor
This commit is contained in:
@@ -9,7 +9,13 @@ set -euo pipefail
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
|
||||
|
||||
source "${SCRIPT_DIR}/../lib/load-project-env.sh"
|
||||
# Load env and contract addresses when available (optional so script works from CI or minimal env)
|
||||
if [[ -f "${SCRIPT_DIR}/../lib/load-project-env.sh" ]]; then
|
||||
source "${SCRIPT_DIR}/../lib/load-project-env.sh"
|
||||
else
|
||||
[[ -f "${PROJECT_ROOT}/config/ip-addresses.conf" ]] && source "${PROJECT_ROOT}/config/ip-addresses.conf" 2>/dev/null || true
|
||||
[[ -f "${PROJECT_ROOT}/smom-dbis-138/.env" ]] && set -a && source "${PROJECT_ROOT}/smom-dbis-138/.env" 2>/dev/null && set +a
|
||||
fi
|
||||
|
||||
[[ "${DEBUG:-0}" = "1" ]] && set -x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user