From a38cbe56b3646b8ce7bd0c35c95d40473276558f Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 4 Feb 2020 14:26:00 +0100 Subject: [PATCH] WIP: pipeline --- patches/utils/patch_header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/utils/patch_header.sh b/patches/utils/patch_header.sh index b38f69d..fec3997 100644 --- a/patches/utils/patch_header.sh +++ b/patches/utils/patch_header.sh @@ -101,7 +101,7 @@ while test $# -gt 0; do esac done -source $ENV_FILE || true +source "$ENV_FILE" || true if [[ -z "$DATABASE_NAME" && -z "$MYSQL_CONNECTION" ]] then -- GitLab