This commit is contained in:
Paminger
2016-05-20 10:25:10 +02:00
parent 42e911b4fe
commit 815d34ebb6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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/';
/*
|--------------------------------------------------------------------------
+2 -2
View File
@@ -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: