Fixed project directory for Build::writeSshKey and
Build::writeSshWrapper. Issue #165.
This commit is contained in:
parent
e7c4c4cc9d
commit
7747193c89
3 changed files with 4 additions and 4 deletions
|
|
@ -109,7 +109,7 @@ class GitBuild extends Build
|
|||
}
|
||||
|
||||
$cmd .= ' -b "%s" "%s" "%s"';
|
||||
$cmd = 'export GIT_SSH="'.$gitSshWrapper.'" && ' . $cmd;
|
||||
$cmd = 'export GIT_SSH="' . $gitSshWrapper . '" && ' . $cmd;
|
||||
|
||||
$success = $builder->executeCommand($cmd, $this->getBranch(), $this->getCloneUrl(), $cloneTo);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue