install.sql not necessary
This commit is contained in:
parent
7239d4de14
commit
7055f2927f
@ -43,7 +43,7 @@ connect:
|
||||
script:
|
||||
- apt-get update && apt-get --assume-yes install mysql-client
|
||||
- mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql -e "use $MYSQL_DATABASE; show tables;"
|
||||
- mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql < "data/db/install.sql"
|
||||
#- mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql < "data/db/install.sql"
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
Loading…
Reference in New Issue
Block a user