No reviewers
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#1046
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-1025-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1025
Changes
Woodpecker YAML preprocessor reads ${...} as its own variable substitution and fails on bash array expansion "${ARR[@]}" with "missing closing brace". Escape as $${...} so Woodpecker emits a literal $ to the shell. Fixes CI pipeline error=generic "missing closing brace" on pipelines #1408 and #1409.da7bd91bb4toe99604b7dcPull request closed