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

WIP: pipeline

parent 64edf9fa
Branches
Tags
No related merge requests found
......@@ -83,10 +83,8 @@ function _install_unit_test_database () {
cp .config .test_config
echo "DATABASE_NAME=\"$UNITTEST_DATABASE\"" >> .test_config
pushd patches > /dev/null
echo "HERE0"
ls
./applyPatches.sh --env=../.test_config
echo "HERE1"
popd > /dev/null
rm .test_config
}
......
......@@ -24,21 +24,14 @@
#apply all available patches.
set -e
echo "HERE3"
PATCHES="./patch*/patch.sh"
export UTILSPATH="./utils"
echo "HERE4"
for p in $PATCHES
do
echo "HERE5 $p '$@' --patch=$p"
$p "$@" --patch=$p
done
echo "HERE6"
source ./utils/patch_header.sh
echo "HERE7"
cd ../
echo "HERE8"
./update_sql_procedures.sh
echo "HERE9"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment