Skip to content

Commit e682914

Browse files
authoredMay 14, 2019
Merge pull request #4196 from strongloop/ignore-failing-downstream-builds
Ignore failing downstream dependencies
2 parents cd8db0b + 716347e commit e682914

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,12 @@
122122
},
123123
"copyright.owner": "IBM Corp.",
124124
"license": "MIT",
125-
"author": "IBM Corp."
125+
"author": "IBM Corp.",
126+
"ci": {
127+
"downstreamIgnoreList": [
128+
"bluemix-service-broker",
129+
"gateway-director-bluemix",
130+
"plan-manager"
131+
]
132+
}
126133
}

0 commit comments

Comments
 (0)
Please sign in to comment.