Skip to content

Commit 8e242e7

Browse files
committed
making presedence change to take build_name as priority value
1 parent 5d46100 commit 8e242e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/capabilityHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const caps = (bsConfig, zip) => {
6464

6565
if (bsConfig.run_settings) {
6666
obj.project = bsConfig.run_settings.project || bsConfig.run_settings.project_name;
67-
obj.customBuildName = bsConfig.run_settings.customBuildName || bsConfig.run_settings.build_name;
67+
obj.customBuildName = bsConfig.run_settings.build_name || bsConfig.run_settings.customBuildName;
6868
obj.callbackURL = bsConfig.run_settings.callback_url;
6969
obj.projectNotifyURL = bsConfig.run_settings.build_callback_url;
7070
obj.parallels = bsConfig.run_settings.parallels;

0 commit comments

Comments
 (0)