From 9c6434f34d7f0c2796da84ffa33ddc5d97b88e17 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 4 Feb 2020 14:14:05 +0100 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f71e23..03e6f5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,13 +47,10 @@ unittests: tags: [ docker ] stage: test script: - - type source - - type . - cp config.defaults .config - echo 'DATABASE_USER_HOST_LIST="%,"' >> .config - echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config - echo "MYSQL_HOST=mariadb" >> .config - - command -v mysql - ./make_db test-connection - ./make_db test --fresh -- GitLab