Skip to content

Commit

Permalink
remove unwanted usage of baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
nagpalkaran95 committed May 12, 2020
1 parent 5513ca6 commit 7e12e3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/helpers/capabilityHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ const caps = (bsConfig, zip) => {
obj.project = bsConfig.run_settings.project || bsConfig.run_settings.project_name;
if (!obj.project) logger.log(`Project name is: ${obj.project}`);

// Base url
obj.base_url = bsConfig.run_settings.baseUrl
if (obj.base_url) logger.log(`Base url is : ${obj.base_url}`);

// Build name
obj.customBuildName = bsConfig.run_settings.customBuildName || bsConfig.run_settings.build_name;
if (obj.customBuildName) logger.log(`Build name is: ${obj.customBuildName}`);
Expand Down

0 comments on commit 7e12e3e

Please sign in to comment.