This commit is contained in:
Paminger
2016-04-27 16:52:53 +02:00
parent 5e812300d2
commit 728a78a6b6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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..."
+1 -1
View File
@@ -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: