Skip to content
Snippets Groups Projects
Verified Commit 60cbdd33 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 073d93e0
Branches
Tags
No related merge requests found
...@@ -50,6 +50,7 @@ unittests: ...@@ -50,6 +50,7 @@ unittests:
- cp config.defaults .config - cp config.defaults .config
- echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config - echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config
- echo "MYSQL_HOST=mariadb" >> .config - echo "MYSQL_HOST=mariadb" >> .config
- echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
- command -v mysql - command -v mysql
- ./make_db test-connection - ./make_db test-connection
- ./make_db test --fresh - ./make_db test --fresh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment