Merge pull request #4196 from strongloop/ignore-failing-downstream-builds
Ignore failing downstream dependencies
This commit is contained in:
commit
e682914ecd
|
@ -122,5 +122,12 @@
|
||||||
},
|
},
|
||||||
"copyright.owner": "IBM Corp.",
|
"copyright.owner": "IBM Corp.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "IBM Corp."
|
"author": "IBM Corp.",
|
||||||
|
"ci": {
|
||||||
|
"downstreamIgnoreList": [
|
||||||
|
"bluemix-service-broker",
|
||||||
|
"gateway-director-bluemix",
|
||||||
|
"plan-manager"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue