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

WIP: pipeline

parent a257adca
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ unittests: ...@@ -46,7 +46,7 @@ unittests:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
script: script:
- systemctl --no-pager status mysqld.service || echo "failed" - /etc/init.d/mysql status || echo "failed"
- cp config.defaults .config - cp config.defaults .config
- echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config - echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config
- . .config || echo "failed" - . .config || echo "failed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment