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:
parent
cd8db0b5cf
commit
716347e25c
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue