From 398f573f5fa3ddc1f9c666135942ba8c2f286168 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Thu, 29 Aug 2019 12:42:30 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b2994b..4fd1280 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,9 @@ prepare_secrets:
   image: alpine:latest
   script:
     -echo "$ENV_FILE" > .env # Also provide env file
+  artifacts:
+    paths:
+      .env
 
 prepare_node:
   stage: prepare
@@ -48,7 +51,6 @@ prepare_node:
     paths:
       - node_modules
       - public/css/all.css
-      - .env
   cache:
     # Cache per Branch
     key: "node-$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
-- 
GitLab