dancryer / PHPCI

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

Path to phpci yaml configurable #1343

Closed phizzl closed 1 year ago

phizzl commented 6 years ago

Contribution Type: bug fix | new plugin | new feature | refactor | cosmetic Link to Intent to Implement: Link to Bug:

This pull request affects the following areas:

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

Detailed description of change: I added a configurable text input for changing the path where the phpci.yml can be found.

image

I need it for storing different build settings for the same project to my GIT repo. If the field is empty, or a configuration cannot be found the PHPCI defaults will run (look for a file names phpci.yml, .phpci.xml etc.)