diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2018-10-16 23:05:40 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2018-10-16 23:05:40 +0200 |
commit | 1d7453e56c2dbf68e9d25c3e265298104af485a9 (patch) | |
tree | 0d159af19ad038b90340c38fad1b9f13d452cc3f | |
parent | ae866d59e730679f539d56a661bd47f26f33c558 (diff) |
[ci] lint gitlab-ci.yaml
-rw-r--r-- | .gitlab-ci.yml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46ab959..9278ff5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build_test: - make build tags: - linux - artifacts: + artifacts: paths: - 'bitmask-systray' expire_in: 1 month @@ -75,18 +75,17 @@ snap: osx_installer: stage: build - # for now... allow_failure: true script: - - git clone https://0xacab.org/leap/riseup_vpn - - cd riseup_vpn - - make openvpn_osx - - make build_osx + - git clone https://0xacab.org/leap/riseup_vpn + - cd riseup_vpn + - make openvpn_osx + - make build_osx tags: - yosemite - osx - artifacts: - name: installer_osx_$CI_COMMIT_REF_NAME - paths: - - dist/RiseupVPN-*.pkg - expire_in: 1 month + artifacts: + name: installer_osx_$CI_COMMIT_REF_NAME + paths: + - RiseupVPN-*.pkg + expire_in: 1 month |