Removing the hack to always use a specific PHPCI.yml

This commit is contained in:
Dan Cryer 2013-05-10 12:30:07 +01:00
parent 3647ac1cd8
commit abc20b4c80

View file

@ -144,8 +144,6 @@ class Builder
$this->executeCommand('git clone -b ' .$this->build->getBranch() . ' ' .$url.' '.$this->buildPath);
}
file_put_contents($this->buildPath . 'phpci.yml', file_get_contents('/www/b8framework/phpci.yml'));
if(!is_file($this->buildPath . 'phpci.yml'))
{
$this->logFailure('Project does not contain a phpci.yml file.');