forked from bblanchon/ArduinoJson
Publish script: don't stop if wandbox fails
This commit is contained in:
@ -21,7 +21,7 @@ compile() {
|
||||
END
|
||||
URL=$(curl -sS -H "Content-type: application/json" -d @parameters.json https://wandbox.org/api/compile.json | jq --raw-output .url)
|
||||
rm parameters.json
|
||||
echo "$1: $URL"
|
||||
[ -n "$URL" ] && echo "$1: $URL"
|
||||
}
|
||||
|
||||
compile "JsonGeneratorExample"
|
||||
|
Reference in New Issue
Block a user