dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 439 forks source link

Use SSH private keys for RemoteGithubBuild#postCloneSetup() #1247

Closed anttiviljami closed 7 years ago

anttiviljami commented 8 years ago

Contribution Type: bug fix Link to Intent to Implement: https://github.com/Block8/PHPCI/issues/1133#issuecomment-215366679 Link to Bug: https://github.com/Block8/PHPCI/issues/1133

This pull request affects the following areas:

In raising this pull request, I confirm the following (please check boxes):

Detailed description of change:

Use SSH private keys for RemoteGithubBuild#postCloneSetup()

Applies @bdanchilla's patch, which fixes #1133