check JSON formatting of build results (#2935)

This commit is contained in:
Gary Verhaegen 2019-09-18 14:00:53 +01:00 committed by GitHub
parent 26a6d77a7d
commit cf13a98d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,6 +295,8 @@ jobs:
"pr_url": "https://github.com/digital-asset/daml/pull/$(System.PullRequest.PullRequestNumber)",
"pr_source_branch": "$(System.PullRequest.SourceBranch)"}
END
# Test above JSON is well formed
cat $REPORT | jq '.'
REPORT_GZ=$(mktemp)
cat $REPORT | gzip -9 > $REPORT_GZ
GCS_KEY=$(mktemp)