From abc20b4c8017dc31d65def094a2ce51a39bd4cd6 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 10 May 2013 12:30:07 +0100 Subject: [PATCH] Removing the hack to always use a specific PHPCI.yml --- PHPCI/Builder.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/PHPCI/Builder.php b/PHPCI/Builder.php index 9fdcccc8..b3ff03a9 100644 --- a/PHPCI/Builder.php +++ b/PHPCI/Builder.php @@ -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.');