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

WIP: pipeline

parent aedd6e5e
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment