| author | |
| committer | |
| log | 0e4b04672c000220ef47894086100610a9d6d9c3 |
| tree | 0ad3883d20f04b8743706e1320fbed12982c669c |
| parent | 5dce9368d617e5acd0a726c70a22403ca055019a |
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 | 44 | jq <$YML_FILE -sR '{ |
| 45 | 45 | "manifest": ., |
| 46 | 46 | }' | curl \ |
| 47 | --fail-with-body \ | |
| 48 | 47 | -H Authorization:"token $OAUTH_TOKEN" \ |
| 49 | 48 | -H Content-Type:application/json \ |
| 50 | 49 | -X POST \ |