From 0e4b04672c000220ef47894086100610a9d6d9c3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 21 Sep 2022 22:22:41 -0700 Subject: [PATCH] CI: remove --fail-with-body option I observed this error: ``` curl: option --fail-with-body: is unknown ``` --- ci/srht/on_master_success | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/srht/on_master_success b/ci/srht/on_master_success index 633dbc535..7d3c4e955 100755 --- a/ci/srht/on_master_success +++ b/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 \