authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-09-21 22:22:41-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-09-21 22:22:41-07:00
log0e4b04672c000220ef47894086100610a9d6d9c3
tree0ad3883d20f04b8743706e1320fbed12982c669c
parent5dce9368d617e5acd0a726c70a22403ca055019a

CI: remove --fail-with-body option

I observed this error: ``` curl: option --fail-with-body: is unknown ```

1 files changed, 0 insertions(+), 1 deletions(-)

ci/srht/on_master_success-1
...@@ -44,7 +44,6 @@ EOF...@@ -44,7 +44,6 @@ EOF
44jq <$YML_FILE -sR '{44jq <$YML_FILE -sR '{
45 "manifest": .,45 "manifest": .,
46 }' | curl \46 }' | curl \
47 --fail-with-body \
48 -H Authorization:"token $OAUTH_TOKEN" \47 -H Authorization:"token $OAUTH_TOKEN" \
49 -H Content-Type:application/json \48 -H Content-Type:application/json \
50 -X POST \49 -X POST \