fixed very evil 'tip' tag oversight in bitbucket driver
parent
ab731b1197
commit
8c3a84d9fd
|
@ -127,6 +127,7 @@ class HgBitbucketDriver extends VcsDriver
|
||||||
foreach ($tagsData as $tag => $data) {
|
foreach ($tagsData as $tag => $data) {
|
||||||
$this->tags[$tag] = $data['raw_node'];
|
$this->tags[$tag] = $data['raw_node'];
|
||||||
}
|
}
|
||||||
|
unset($this->tags['tip']);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->tags;
|
return $this->tags;
|
||||||
|
|
Loading…
Reference in New Issue