From 815d34ebb6027413d89445565cf0d26e22996376 Mon Sep 17 00:00:00 2001 From: Paminger Date: Fri, 20 May 2016 10:25:10 +0200 Subject: [PATCH] PHPCI --- application/config/config.php | 2 +- phpci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 68b85b62f..79b6d5dca 100755 --- a/application/config/config.php +++ b/application/config/config.php @@ -17,7 +17,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | environments. | */ -$config['base_url'] = 'http://localhost/fhcomplete/'; +$config['base_url'] = 'http://phpci.fhcomplete.org/build/fhcomplete/'; /* |-------------------------------------------------------------------------- diff --git a/phpci.yml b/phpci.yml index 4c4479c51..9d0a33606 100644 --- a/phpci.yml +++ b/phpci.yml @@ -22,8 +22,8 @@ setup: # - "pkill -f fhctest &" # - "sudo -u postgres psql fhctest -c 'DROP DATABASE IF EXISTS fhctest;'" - "cd %BUILD_PATH% && chmod u+x install.sh && ./install.sh fhctest" # Install Database - - "rm -f /var/www/html/build" # SymLink löschen falls vorhanden - - "ln -s %BUILD_PATH% /var/www/html/build" # SymLink to the actual build + - "rm -f /var/www/html/build/fhcomplete" # SymLink löschen falls vorhanden + - "ln -s %BUILD_PATH% /var/www/html/build/fhcomplete" # SymLink to the actual build # - "php index.ci.php DBTools migrate" # DB-Migration test: