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

Fixed: Incorrect build removal if prefer_symlink is used #1187 #1271

Closed batandwa closed 7 years ago

batandwa commented 8 years ago

Contribution Type: bug fix Link to Intent to Implement: N/A Link to Bug: https://github.com/Block8/PHPCI/issues/1187

This pull request affects the following areas:

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

Detailed description of change: Added a test on type of the build location. Depending on whether it is a directory or a symlink, the appropriate command is used to remove the location, the appropriate command is used to remove it, when the build is complete.