Skip to content

Commit 7e12e3e

Browse files
committed
remove unwanted usage of baseUrl
1 parent 5513ca6 commit 7e12e3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/helpers/capabilityHelper.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ const caps = (bsConfig, zip) => {
4545
obj.project = bsConfig.run_settings.project || bsConfig.run_settings.project_name;
4646
if (!obj.project) logger.log(`Project name is: ${obj.project}`);
4747

48-
// Base url
49-
obj.base_url = bsConfig.run_settings.baseUrl
50-
if (obj.base_url) logger.log(`Base url is : ${obj.base_url}`);
51-
5248
// Build name
5349
obj.customBuildName = bsConfig.run_settings.customBuildName || bsConfig.run_settings.build_name;
5450
if (obj.customBuildName) logger.log(`Build name is: ${obj.customBuildName}`);

0 commit comments

Comments
 (0)