From 728a78a6b6a6ad63c0004fdbfec614234a52c2a7 Mon Sep 17 00:00:00 2001 From: Paminger Date: Wed, 27 Apr 2016 16:52:53 +0200 Subject: [PATCH] BugFix --- install.sh | 2 +- phpci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 67ecc1795..3bec42bb8 100755 --- a/install.sh +++ b/install.sh @@ -50,7 +50,7 @@ echo "Starting..." cwd=$(pwd) echo "Database ..." pkill -f fhctest & -sudo -u postgres psql fhctest -c 'DROP DATABASE IF EXISTS fhctest;' +sudo -u postgres psql template1 -c 'DROP DATABASE IF EXISTS fhctest;' sudo -u postgres createdb -O fhcomplete fhctest echo "Installing FH-Complete..." diff --git a/phpci.yml b/phpci.yml index feb779c83..4ccf9c5b6 100644 --- a/phpci.yml +++ b/phpci.yml @@ -22,7 +22,7 @@ setup: - "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 - - "php index.ci.php DBTools migrate" # DB-Migration +# - "php index.ci.php DBTools migrate" # DB-Migration test: lint: