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

WIP: pipeline

parent c0275f19
Branches
Tags
No related merge requests found
......@@ -207,12 +207,21 @@ function _db_exists() {
&& return 0 || return 1
}
echo "HIER1"
echo "HIER1a"
. .config
cat .config || echo "failed1"
echo "HIER1b"
. .config || echo "failed2"
echo "HIER1c"
source .config || echo "failed3"
echo "HIER2"
INSTALL_SQL_FILE="db_2_0.sql"
if [ -z $LOGIN_PATH ] ; then
MYSQL_CONNECTION="--host=${MYSQL_HOST} --port=${MYSQL_PORT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment