From c4ea589db80222df905c127366fb3bef589375ef Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 4 Feb 2020 12:43:59 +0100 Subject: [PATCH] WIP: pipeline --- patches/utils/patch_header.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches/utils/patch_header.sh b/patches/utils/patch_header.sh index bc0045c..10237bb 100644 --- a/patches/utils/patch_header.sh +++ b/patches/utils/patch_header.sh @@ -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 -- GitLab