Ignore failing downstream dependencies

The following dependencies are always failing the CI builds, let's
ignore them when testing changes in `loopback` package:

- bluemix-service-broker
- gateway-director-bluemix
- plan-manager

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2019-05-14 09:42:10 +02:00
parent cd8db0b5cf
commit 716347e25c
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 8 additions and 1 deletions

View File

@ -122,5 +122,12 @@
},
"copyright.owner": "IBM Corp.",
"license": "MIT",
"author": "IBM Corp."
"author": "IBM Corp.",
"ci": {
"downstreamIgnoreList": [
"bluemix-service-broker",
"gateway-director-bluemix",
"plan-manager"
]
}
}