diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index c75b0e09..2cdff081 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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