From 28de2006edf1df5ce0a9f11235d0e6c01be46f69 Mon Sep 17 00:00:00 2001 From: Matthias Bodenbenner <m.bodenbenner@wzl.rwth-aachen.de> Date: Tue, 3 Aug 2021 12:08:18 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d7e68e..1ec7831 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,6 @@ Deploy Documentation: needs: ["Push Documentation"] script: - ls - - docker-compose stop documentation-main + # - docker-compose stop documentation-mqtt - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker-compose up -d \ No newline at end of file -- GitLab