From 9c366957fdd680a284df675c318989cb88e5959c Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Mon, 25 May 2020 16:36:01 +0200 Subject: [PATCH] CI: remove docDev from tags --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c51cf741..2c077051 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -434,6 +434,8 @@ docDev: - docker image: gitlab-registry.cern.ch/ci-tools/ci-web-deployer:latest when: manual + except: + - tags needs: ["compiledoc", "unittest:SL6"] variables: EOS_PATH: "/eos/project/l/lcd-web/www/doc/ilcdiracdocDev/" -- GitLab