fix: resolve sporadic environment variable loading in arty.sh

- Fix race condition in load_env_vars() caused by process substitution
- Replace unreliable `< <(yq eval ...)` with stable variable capture
- Ensure environment variables are consistently loaded on every execution
- Add yq binary (mikefarah/yq v4.48.1) for reliable YAML parsing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-13 18:18:48 +01:00
parent 3c456698e1
commit 2c19c1ea9a
2 changed files with 9 additions and 7 deletions

BIN
yq Executable file

Binary file not shown.