fix: dispatcher — remove unused variable
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

- Remove unused secret_val variable to pass shellcheck
This commit is contained in:
Agent 2026-03-29 10:42:44 +00:00
parent 6e34b13a05
commit 649a893184

View file

@ -93,7 +93,6 @@ launch_runner() {
# Add environment variables BEFORE service name
for secret in "${secrets[@]+"${secrets[@]}"}"; do
local secret_val="${!secret:-}"
cmd+=(-e "${secret}=***") # Redact value in the command array
done