Commit 0e4b04672c

Andrew Kelley <andrew@ziglang.org>
2022-09-22 07:22:41
CI: remove --fail-with-body option
I observed this error: ``` curl: option --fail-with-body: is unknown ```
1 parent 5dce936
Changed files (1)
ci/srht/on_master_success
@@ -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 \