mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-04-06 00:40:32 +02:00
pipeline test
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
fa22eb9a6d
commit
443a373016
@ -20,7 +20,7 @@ pipelines:
|
||||
- service mysql start
|
||||
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-database=mariadb --enable-tcpwrappers
|
||||
- make clean all install
|
||||
- echo "create database piler character set 'utf8mb4'" | mysql -u root -pabcde123
|
||||
- echo "grant all privileges on piler.* to piler@localhost identified by 'verystrongpassword'" | mysql -u root -pabcde123
|
||||
- echo "flush privileges" | mysql -u root -pabcde123
|
||||
- echo "create database piler character set 'utf8mb4'" | mysql -u root
|
||||
- echo "grant all privileges on piler.* to piler@localhost identified by 'verystrongpassword'" | mysql -u root
|
||||
- echo "flush privileges" | mysql -u root
|
||||
- mysql -u piler -pverystrongpassword piler < /usr/share/piler/db-mysql.sql
|
||||
|
Loading…
x
Reference in New Issue
Block a user