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

WIP: pipeline

parent 68740060
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,9 @@ while test $# -gt 0; do
esac
done
echo "HERE header1"
[[ -n "$ENV_FILE" ]] && source "$ENV_FILE"
echo "HERE header2"
if [[ -z "$DATABASE_NAME" && -z "$MYSQL_CONNECTION" ]]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment