diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-05-17 20:47:47 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-05-17 20:47:47 +0200 |
commit | 2407fa387cb22461dc6aa50cd5da799cbba8c297 (patch) | |
tree | 06b681af4e41e115c906edb6f6721fcf713f1768 | |
parent | fc0574604581e6bfd5177f6547a0510d40e00791 (diff) |
[ci] limit push step to master branch
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80d5387..b8ea2ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,6 +122,8 @@ deb: branded_push: image: 0xacab.org:4567/leap/docker/bitmask-systray:latest stage: push + only: + - master script: # install the command-line openssh client to manage private keys - apt install -y openssh-client |