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
@@ -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: