From 443a373016b9a7befb96fa064ef6e4023342b517 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sun, 25 Jun 2017 17:00:07 +0000 Subject: [PATCH] pipeline test Signed-off-by: Janos SUTO --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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