mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 00:16:19 +03:00
check JSON formatting of build results (#2935)
This commit is contained in:
parent
26a6d77a7d
commit
cf13a98d7a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user