install.sql script for ci
This commit is contained in:
parent
4e552ee645
commit
7f81a5f218
@ -42,7 +42,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/scripts/create-db.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