Обновить teamcity.inc.php

This commit is contained in:
Pavel Shevaev 2024-04-03 12:21:21 +03:00
parent 52870a84f6
commit fa80dc02f2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function setup_teamcity_settings($args = array())
$cmd = "git config --get remote.origin.url"; $cmd = "git config --get remote.origin.url";
$url = str_replace("\n", "", shell_exec($cmd)); $url = str_replace("\n", "", shell_exec($cmd));
$name = "\"git: ${url}\""; $name = "\"git: $url\"";
set("TEAM_CITY_SETTINGS_NAME_HERE", $name); set("TEAM_CITY_SETTINGS_NAME_HERE", $name);
set("TEAM_CITY_SETTINGS_URL_HERE", "\"$url\""); set("TEAM_CITY_SETTINGS_URL_HERE", "\"$url\"");