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

WIP: pipeline

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