From f1a943dc100ab5cbc0e7271b9f7c80bbef09c64f Mon Sep 17 00:00:00 2001
From: Bogdan Cochior <bogdan.cochior@thinslices.com>
Date: Mon, 20 Aug 2018 13:58:02 +0300
Subject: [PATCH] ci: fix branch for staging

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3c1ddf77..9d76f567a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,7 +72,7 @@ push:staging:
   image: docker:latest
   stage: push
   only:
-    - develop
+    - master
   script:
     # Setup
     - export AWS_REGION="eu-west-1"
-- 
GitLab