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

WIP: pipeline

parent fe57ce67
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,9 @@ done ...@@ -104,7 +104,9 @@ done
echo "HERE header1" echo "HERE header1"
if [ -n "$ENV_FILE" ] ; then if [ -n "$ENV_FILE" ] ; then
if [ -f "$ENV_FILE" ] ; then if [ -f "$ENV_FILE" ] ; then
. "$ENV_FILE" ; echo -n "source $ENV_FILE ..."
. "$ENV_FILE"
echo "[DONE]"
else else
echo "$ENV_FILE does not exist" echo "$ENV_FILE does not exist"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment