CI: remove --fail-with-body option

I observed this error:

```
curl: option --fail-with-body: is unknown
```
This commit is contained in:
Andrew Kelley 2022-09-21 22:22:41 -07:00
parent 5dce9368d6
commit 0e4b04672c

View File

@ -44,7 +44,6 @@ EOF
jq <$YML_FILE -sR '{
"manifest": .,
}' | curl \
--fail-with-body \
-H Authorization:"token $OAUTH_TOKEN" \
-H Content-Type:application/json \
-X POST \