From 2e0b8dca007a0130c13680d58e506f5c8e99ae28 Mon Sep 17 00:00:00 2001 From: bison-paolo Date: Tue, 29 Nov 2016 15:22:36 +0100 Subject: [PATCH] phpci --- phpci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpci.yml b/phpci.yml index a016aa987..1c9758ad9 100644 --- a/phpci.yml +++ b/phpci.yml @@ -22,13 +22,12 @@ setup: shell: - "rm -f /var/www/phpci/PHPCI/build/fhcomplete.ci" # Remove the previous soft link, if exists, to the build directory - "ln -s %BUILD_PATH% /var/www/phpci/PHPCI/build/fhcomplete.ci" # Create a new soft link to the actual build directory - - "cd %BUILD_PATH% && php index.ci.php DBTools migrate" # Install Database # Rename configuration files - "cd %BUILD_PATH% && cp ./config/global.config-default.inc.php ./config/global.config.inc.php" - "cd %BUILD_PATH% && cp ./config/cis.config-default.inc.php ./config/cis.config.inc.php" - "cd %BUILD_PATH% && cp ./config/vilesci.config-default.inc.php ./config/vilesci.config.inc.php" - "cd %BUILD_PATH% && cp ./config/system.config-default.inc.php ./config/system.config.inc.php" - + - "cd %BUILD_PATH% && php index.ci.php DBTools migrate" # Install Database test: lint: directories: