From 9921e9abcc9e64be77106c476b28953242e8d492 Mon Sep 17 00:00:00 2001
From: "Kali Kaneko (leap communications)" <kali@leap.se>
Date: Tue, 14 May 2019 17:50:31 +0200
Subject: [PATCH] [ci] push to a branch other than master for builds

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f73daee..a6bf8bce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ branded_push:
     - git config user.email "gitlabci@0xacab.org"
     # Add the remote repository and push to it
     - git remote add riseup-vpn git@0xacab.org:leap/riseup-vpn_package.git
-    - git push riseup-vpn HEAD:master
+    - git push --force riseup-vpn HEAD:incoming
 
 win_installer:
  image: 0xacab.org:4567/leap/docker/bitmask-systray:latest
-- 
GitLab