Skip to content
Snippets Groups Projects

CI pipeline for mysql unit tests

Merged Daniel Hornung requested to merge f-mysql-test into dev
3 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -83,7 +83,7 @@ doc:
@@ -83,7 +83,7 @@ doc:
pipeline-test:
pipeline-test:
cp config.defaults .config
cp config.defaults .config
echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
echo "MYSQL_USER_PASSWORD=$(MYSQL_ROOT_PASSWORD)" >> .config
echo "MYSQL_HOST=$(SQL_HOST)" >> .config
echo "MYSQL_HOST=$(SQL_HOST)" >> .config
sleep 10
sleep 10
make install
make install
Loading