forked from lix-project/hydra
Add branch to local clone path of git repositories for now.
This commit is contained in:
parent
79211d5efe
commit
ed23a6e6d3
|
@ -323,7 +323,7 @@ sub fetchInputGit {
|
|||
my $storePath;
|
||||
|
||||
mkpath(scmPath);
|
||||
my $clonePath = scmPath . "/" . sha256_hex($uri);
|
||||
my $clonePath = scmPath . "/" . sha256_hex($uri.$branch);
|
||||
|
||||
my $stdout; my $stderr;
|
||||
if (! -d $clonePath) {
|
||||
|
|
Loading…
Reference in a new issue