From 6c9d649ebbc5a8339fea36888fddf51a8783bab8 Mon Sep 17 00:00:00 2001 From: bison-paolo Date: Mon, 6 Mar 2017 17:13:22 +0100 Subject: [PATCH] phpci fix --- phpci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpci.yml b/phpci.yml index b6700a187..b8942d4aa 100644 --- a/phpci.yml +++ b/phpci.yml @@ -23,7 +23,8 @@ setup: - "rm -f /var/www/html/build" # Remove the previous soft link, if exists, to the build directory - "ln -s %BUILD_PATH% /var/www/html/build" # Create a new soft link to the actual build directory # Copies configuration files - - "cp /home/phpci/config/* %BUILD_PATH%/config/" + - "cp /home/phpci/config/*.inc.php %BUILD_PATH%/config/" + - "cp /home/phpci/config/*.php %BUILD_PATH%/application/config/" - "cd %BUILD_PATH% && php index.ci.php DBTools migrate" # Install Database test: lint: