From babc7f1ac2f30583fedf81cda65678f628646939 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 4 Feb 2020 13:38:29 +0100
Subject: [PATCH] WIP: pipeline

---
 make_db | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/make_db b/make_db
index 1e83833..9e3ebf9 100755
--- a/make_db
+++ b/make_db
@@ -83,7 +83,6 @@ function _install_unit_test_database () {
     cp .config .test_config
     echo "DATABASE_NAME=\"$UNITTEST_DATABASE\"" >> .test_config
     pushd patches > /dev/null
-    ls
     ./applyPatches.sh --env=../.test_config
     popd > /dev/null
     rm .test_config
@@ -208,12 +207,7 @@ function _db_exists() {
         && return 0 || return 1
 }
 
-# TODO
-cat .config || echo "failed1"
-
-. .config || echo "failed2"
-
-source .config || echo "failed3"
+source .config
 
 INSTALL_SQL_FILE="db_2_0.sql"
 if [ -z $LOGIN_PATH ] ; then
-- 
GitLab