CI: Ensure pipeline fails when curl fails #7
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
RollenspielMonster/website!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/7/head"
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?
The
--fail-with-bodyoption will let us do this. As an additionalbenefit, it will print the error message in the CI.
I also used this chance to clean up the commands for the related
pipeline step. We had trouble with individual commands before. It turns
out that this was caused by a ':' in one of the commands. Quoting that
correctly will let us define the commands as a list, which makes them a
bit easier to read.