From 9ce0fc2fc89f418e686604cf7c3403f3066e9034 Mon Sep 17 00:00:00 2001
From: Sebastian Lobinger <sebastian.lobinger@fu-berlin.de>
Date: Thu, 15 Jun 2017 08:47:21 +0200
Subject: [PATCH] test-and-deploy-tags instead of master in .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b066074..689d303 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,7 @@ build-master:
   environment:
     name: staging
 
-test-and-deploy-master:
+test-and-deploy-tags:
   stage: deploy
   image: git.imp.fu-berlin.de:5000/coding-at-fu/debian-testpackage:stretch
   dependencies:
@@ -55,7 +55,6 @@ test-and-deploy-master:
     name: production
   only:
     - tags
-    - master
   artifacts:
     paths:
       - build/*
-- 
GitLab