fix(ci): Drone-YAML-Interpolation in gitea-release-Asset-Upload (#411) #417
No reviewers
Labels
No labels
app/archiv
app/einkaufslisten
app/imap-client
app/wissensbasis
arch-answered
arch-question
area/api
area/auth
area/infra
area/mobile
area/shared
area/ui
area/web
portfolio-status
prio/high
prio/low
prio/medium
roadmap/public
size/l
size/m
size/s
size/xl
size/xs
status/blocked
status/needs-info
type/bug
type/chore
type/docs
type/feature
type/idea
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
admin-mrrm/mrrmlabapp!417
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/411-drone-apk-interpolation"
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?
Summary
${APK}in.drone.yml:490wird beim YAML-Parse von Drone zu Leerstring substituiert (kein Drone-Built-in). Fix:${APK}→$APK, konsistent mit den anderen Variablen-Referenzen im selben Block.Test plan
gitea-release-Step läuft nur aufevent: tag.Fixes #411
`${APK}` wird beim YAML-Parse von Drone zu Leerstring substituiert, weil `APK` keine Drone-Built-in-Var ist. `$APK` ohne Klammern bleibt unverändert und wird zur Laufzeit von der Shell aufgelöst. Konsistent mit den anderen Variablen-Referenzen im selben Block. Fixes #411 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>