From 76242121eecd244fde0bf61d30bd39094ef2fe95 Mon Sep 17 00:00:00 2001 From: Lluis Gifre Date: Thu, 5 Aug 2021 20:00:49 +0200 Subject: [PATCH] Disabled GitLab CI pipeline for monitoring service temporarily --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11c3b25da..3a641ba52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,6 @@ stages: # include the individual .gitlab-ci.yml of each micro-service include: - - local: '/src/monitoring/.gitlab-ci.yml' + #- local: '/src/monitoring/.gitlab-ci.yml' - local: '/src/context/.gitlab-ci.yml' - local: '/src/device/.gitlab-ci.yml' -- GitLab