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

WIP: pipeline

parent 1ea48f0c
No related branches found
No related tags found
No related merge requests found
......@@ -102,17 +102,7 @@ while test $# -gt 0; do
done
echo "HERE header1"
if [ -n "$ENV_FILE" ] ; then
if [ -f "$ENV_FILE" ] ; then
echo -n "source $ENV_FILE ..."
. "$ENV_FILE"
echo "[DONE]"
else
echo "$ENV_FILE does not exist"
exit 1
fi
fi
source $ENV_FILE || echo "Could not source $ENV_FILE"
echo "HERE header2"
if [[ -z "$DATABASE_NAME" && -z "$MYSQL_CONNECTION" ]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment