We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1223794 commit d253999Copy full SHA for d253999
bin/helpers/utils.js
@@ -96,7 +96,7 @@ exports.setBuildName = (bsConfig, args) => {
96
}
97
98
exports.setUserSpecs = (bsConfig, args) => {
99
- if (!this.isUndefined(args.specs)) {
+ if (!this.isUndefined(args.specs) && args.specs.length > 0 && !this.isUndefined(args.specs[0])) {
100
bsConfig['run_settings']['specs'] = args.specs;
101
102
0 commit comments