Renaming project.git_key and project.public_key to project.ssh_private_key and project.ssh_public_key respectively.
This commit is contained in:
parent
3a863e8eed
commit
d639f4a324
6 changed files with 37 additions and 11 deletions
|
|
@ -41,7 +41,7 @@ class BitbucketBuild extends RemoteGitBuild
|
|||
*/
|
||||
protected function getCloneUrl()
|
||||
{
|
||||
$key = trim($this->getProject()->getGitKey());
|
||||
$key = trim($this->getProject()->getSshPrivateKey());
|
||||
|
||||
if (!empty($key)) {
|
||||
return 'git@bitbucket.org:' . $this->getProject()->getReference() . '.git';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue