Обновить teamcity.inc.php
This commit is contained in:
parent
52870a84f6
commit
fa80dc02f2
|
@ -13,7 +13,7 @@ function setup_teamcity_settings($args = array())
|
|||
|
||||
$cmd = "git config --get remote.origin.url";
|
||||
$url = str_replace("\n", "", shell_exec($cmd));
|
||||
$name = "\"git: ${url}\"";
|
||||
$name = "\"git: $url\"";
|
||||
set("TEAM_CITY_SETTINGS_NAME_HERE", $name);
|
||||
set("TEAM_CITY_SETTINGS_URL_HERE", "\"$url\"");
|
||||
|
||||
|
|
Loading…
Reference in New Issue