isolated NATS logic

This commit is contained in:
Stephan D
2026-01-04 14:44:46 +01:00
parent 94406f65cb
commit 5684a959f5
12 changed files with 51 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
echo "[fx-pipeline] rewriting .env.version" >&2
echo "[build pipeline] rewriting .env.version" >&2
if [ -f ./.env.version ]; then
while IFS= read -r line || [ -n "$line" ]; do