From ec2aff14bf0031924727732b87cc6a6ad98f6f9f Mon Sep 17 00:00:00 2001
From: Sebastian Lobinger <sebastian.lobinger@fu-berlin.de>
Date: Thu, 15 Jun 2017 08:46:01 +0200
Subject: [PATCH] changed .gitlab-ci.yml except branches is useless

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbedc3e..b066074 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ build-master:
     expire_in: 1 hrs
   only:
     - master
+    - tags
   environment:
     name: staging
 
@@ -55,8 +56,6 @@ test-and-deploy-master:
   only:
     - tags
     - master
-  except:
-    - branches
   artifacts:
     paths:
       - build/*
-- 
GitLab