mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
.travis ddl directory change
This commit is contained in:
parent
807e59330e
commit
2996197a29
@ -36,9 +36,8 @@ addons:
|
||||
- mysql-client-5.6
|
||||
|
||||
before_script:
|
||||
- uname -a; pwd
|
||||
- mysql -u root -e 'create database if not exists wherehows'
|
||||
- mysql -u root -e "GRANT ALL PRIVILEGES ON *.* TO 'travis'@'localhost'"
|
||||
- mysql -u root -D wherehows < data-model/DDL/create_all_tables_wrapper.sql
|
||||
- cd data-model/DDL; mysql -u root -D wherehows < create_all_tables_wrapper.sql; cd ../..
|
||||
- sleep 5
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user