add WORKSPACE env var to supervisord image
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/push/build-images Pipeline was successful

This commit is contained in:
2026-07-13 00:06:08 +02:00
parent 89d610886f
commit 806a6f38d4
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
WORKSPACE=/workspace
WORKSPACE="${WORKSPACE:-/workspace}"
CONF=$WORKSPACE/supervisord.conf
[[ -f "$CONF" ]] || (echo_supervisord_conf > $CONF )