Skip to content
Snippets Groups Projects
Commit 35639ecd authored by hahn's avatar hahn
Browse files

#1797 - non cached view of the current branch on start of build

parent e76afada
No related branches found
No related tags found
No related merge requests found
......@@ -205,10 +205,6 @@ class vcs implements iVcs {
return true;
}
private function _extend_brancharray($a){
}
/**
* read remote repository and get an array with names and revisions of
* all branches and tags
......@@ -276,7 +272,7 @@ class vcs implements iVcs {
$sMessage = $this->getCommitmessageByBranch($sName, $sRevision);
$aReturn[$sBranchKey] = array(
'debug'=> $aTmp,
// 'debug'=> $aTmp,
'revision' => $sRevision,
'name' => $sName,
'label' => $sType . ': ' . $sBranch,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment