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

Fixes issue with branches that start with a hash #1301

Closed soulflyman closed 7 years ago

soulflyman commented 7 years ago

Contribution Type: bug fix

This pull request affects the following areas:

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

Detailed description of change: Put the branch value into quotes. So special chars like hash (#) in branch names will not effect the git clone command.