Skip to content
Snippets Groups Projects
Verified Commit 185f3c86 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: CI for mysql: Makefile uses environment variable

parent 87f23724
Branches
Tags
2 merge requests!7Release v5.0.0,!4CI pipeline for mysql unit tests
Pipeline #9830 failed
......@@ -83,7 +83,7 @@ doc:
pipeline-test:
cp config.defaults .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
sleep 10
make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment