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

WIP: pipeline

parent 3a360ee4
Branches
Tags
No related merge requests found
......@@ -101,9 +101,7 @@ while test $# -gt 0; do
esac
done
if [ -n "$ENV_FILE" ] ; then
source $ENV_FILE || echo "Could not source '$ENV_FILE'" ;
fi
source $ENV_FILE || true
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