Restore changes after merge with upstream/master.

This commit is contained in:
Alexander Leshkin 2017-07-06 13:17:34 +03:00
parent 73c54e68c8
commit 9ec5309ccc
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class CommitStatusUpdater {
for (String remoteUrl : remoteUrls) {
try {
LOGGER.log(Level.INFO, "Retrieving the gitlab project id from remote url {0}", remoteUrl);
final String projectNameWithNameSpace = ProjectIdUtil.retrieveProjectId(environment.expand(remoteUrl));
final String projectNameWithNameSpace = ProjectIdUtil.retrieveProjectId(gitLabClient, environment.expand(remoteUrl));
if (StringUtils.isNotBlank(projectNameWithNameSpace)) {
String projectId = projectNameWithNameSpace;
if (projectNameWithNameSpace.contains(".")) {