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

WIP: pipeline

parent 1952dc19
Branches
Tags
No related merge requests found
...@@ -81,11 +81,12 @@ function _install_unit_test_database () { ...@@ -81,11 +81,12 @@ function _install_unit_test_database () {
# update to latest # update to latest
cp .config .test_config cp .config .test_config
echo "DATABASE_NAME=\"$UNITTEST_DATABASE\"" >> .test_config echo "DATABASE_NAME=\"$UNITTEST_DATABASE\"" >> .test_config
pushd patches pushd patches > /dev/null
echo "HERE0" echo "HERE0"
ls
./applyPatches.sh --env=../.test_config ./applyPatches.sh --env=../.test_config
echo "HERE1" echo "HERE1"
popd popd > /dev/null
rm .test_config rm .test_config
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment