From dae2df37c2a32090d9dc884ed58ade6e6a9b0b5b Mon Sep 17 00:00:00 2001
From: Miguel Prada <miguel.prada@tecnalia.com>
Date: Fri, 8 Feb 2019 15:04:54 +0100
Subject: [PATCH] Supress default industrial_ci job for tags

---
 .gitlab-industrial-ci-kinetic-no-rosinstall.yml   | 2 ++
 .gitlab-industrial-ci-kinetic-with-rosinstall.yml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index 31f4073..a6ef310 100644
--- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
@@ -32,6 +32,8 @@ before_script:
 
 industrial_ci_kinetic:
   extends: .industrial_ci_kinetic
+  except:
+    - tags
 
 ##########################################################
 ## Simple check for basic Python syntax errors; this is much less thorough than
diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
index 01d9587..85e80b6 100644
--- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
@@ -34,6 +34,8 @@ before_script:
 
 industrial_ci_kinetic:
   extends: .industrial_ci_kinetic
+  except:
+    - tags
 
 ##########################################################
 ## Simple check for basic Python syntax errors; this is much less thorough than
-- 
GitLab