Skip to content
Snippets Groups Projects
Commit 0207663a authored by Christian Boettcher's avatar Christian Boettcher
Browse files

dont capture logs for now, seems to cause the CI to hang, need to async execute it another way

parent e23687bc
No related branches found
No related tags found
1 merge request!5Merge CI/CD changes
Pipeline #75339 canceled
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment