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

WIP: pipeline

parent 8eb3dc33
Branches
Tags
No related merge requests found
FROM mariadb:10.4 FROM debian:stretch
RUN apt-get update && \ RUN apt-get update && \
apt-get install curl make unzip -y apt-get install curl make unzip -y
...@@ -50,11 +50,7 @@ unittests: ...@@ -50,11 +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
- . .config || echo "failed"
- whereis mysql
- command -v mysql - command -v mysql
- ls
- ./make_db bla || echo "failed"
- ./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