diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-05-14 17:50:31 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-05-14 17:50:31 +0200 |
commit | 9921e9abcc9e64be77106c476b28953242e8d492 (patch) | |
tree | 7c081555487d148cd10431da2abc4a6a47271703 /.gitlab-ci.yml | |
parent | 72fa906cb26ad1f24f8a05484cb151685028e350 (diff) |
[ci] push to a branch other than master for builds
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f73dae..a6bf8bc 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 |