mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
BugFix
This commit is contained in:
+1
-1
@@ -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..."
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user