From 0207663aaa747e55eec4c90ec26113367f36a684 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Tue, 10 Aug 2021 12:15:32 +0200
Subject: [PATCH] dont capture logs for now, seems to cause the CI to hang,
 need to async execute it another way

---
 deploy_scripts/deployment.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy_scripts/deployment.sh b/deploy_scripts/deployment.sh
index f80a548..641f8e6 100644
--- a/deploy_scripts/deployment.sh
+++ b/deploy_scripts/deployment.sh
@@ -26,6 +26,6 @@ mv /app/mnt/docker.log "/app/mnt/docker.log.${TIME}"
 
 docker-compose up -d # should only restart changed images, which will also update nginx and reverse-proxy image if needed
 
-nohup docker-compose logs -f >/app/mnt/docker.log & # or similar to capture docker log TODO
+# nohup docker-compose logs -f >/app/mnt/docker.log & # or similar to capture docker log TODO (seems to cause gitlab CI to hang)
 
 cd $OLD_DIR
\ No newline at end of file
-- 
GitLab