phpci fix

This commit is contained in:
bison-paolo
2017-03-06 17:13:22 +01:00
parent 3415b0833c
commit 6c9d649ebb
+2 -1
View File
@@ -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: