Renaming project.git_key and project.public_key to project.ssh_private_key and project.ssh_public_key respectively.

This commit is contained in:
Dan Cryer 2014-05-13 15:15:33 +00:00
commit d639f4a324
6 changed files with 37 additions and 11 deletions

View file

@ -56,7 +56,7 @@ class GitlabBuild extends RemoteGitBuild
*/
protected function getCloneUrl()
{
$key = trim($this->getProject()->getGitKey());
$key = trim($this->getProject()->getSshPrivateKey());
if (!empty($key)) {
$user = $this->getProject()->getAccessInformation("user");