Skip to content

Commit a759286

Browse files
author
David Cheung
committed
Opt-out downstream builds that are unstable
repos that are opting out are not a good indicator of stability of this module, and are failing
1 parent 1fa785f commit a759286

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@
110110
},
111111
"config": {
112112
"ci": {
113-
"debug": "*,-mocha:*,-eslint:*"
113+
"debug": "*,-mocha:*,-eslint:*",
114+
"downstreamIgnoreList" : [
115+
"dashboard-controller",
116+
"gateway-director-management-interface"
117+
]
114118
}
115119
},
116120
"license": "MIT"

0 commit comments

Comments
 (0)