From f44f14a261a3168ab3849f8b0e96c70822aa0963 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 4 Feb 2020 14:22:04 +0100 Subject: [PATCH] WIP: pipeline --- patches/utils/patch_header.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/patches/utils/patch_header.sh b/patches/utils/patch_header.sh index 9f7eca9..858f118 100644 --- a/patches/utils/patch_header.sh +++ b/patches/utils/patch_header.sh @@ -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 -- GitLab