Removed test prepend string from previous commit #4695
This commit is contained in:
parent
5faa5178b4
commit
d6cefa73a0
|
@ -1440,7 +1440,7 @@ class InternalCommands:
|
||||||
raise Exception('Could not find package name with pattern: ' + pattern)
|
raise Exception('Could not find package name with pattern: ' + pattern)
|
||||||
|
|
||||||
def dist_name_rev(self, type):
|
def dist_name_rev(self, type):
|
||||||
branch = "heads/" + self.getGitBranchName()
|
branch = self.getGitBranchName()
|
||||||
revision = self.getGitRevision()
|
revision = self.getGitRevision()
|
||||||
|
|
||||||
# sometimes, git will prepend "heads/" infront of the branch name,
|
# sometimes, git will prepend "heads/" infront of the branch name,
|
||||||
|
|
Loading…
Reference in New Issue