SetRecipeLabel: panic: assignment to entry in nil map #643
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
coop-cloud/lemmy#1 (comment)
it happens when the
app
service is missing the coop-cloud version labelIt seems to happen if the deploy labels section doesn't exist, if it exists and doesn't have the version label it would work
Good news is, coop-cloud/abra#449 has a proposed fix 👍
decentral1se referenced this issue2024-12-27 21:49:24 +00:00
Ah, the error was that the
deploy.labels
stanza was missing entirely, not just the label. I've added a lint error which gets run before deploying to check for this:8ac31330be