Skip to content

Commit 956f035

Browse files
authored
Merge pull request #3000 from strongloop/opt-out-broken-downstream-2.x
Opt-out downstream builds that are unstable
2 parents 1fa785f + a759286 commit 956f035

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)