summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormicah <micah@riseup.net>2019-09-18 07:53:53 -0700
committermicah <micah@riseup.net>2019-09-18 07:53:53 -0700
commitcf8062c1bb82844d3d0e6d169bfdb878bfed4034 (patch)
tree14809985be2334e457fcc8a29a4e97f99e52254b
parent6697dccd8b2cba225c6cafb0f7015c6e7afab582 (diff)
[CI] Remove deb stage from .gitlab-ci.yaml - superseded by the ability to "make deb" in branding
-rw-r--r--.gitlab-ci.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c9853b..b1f7d13 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,24 +81,6 @@ snap:
- riseup-vpn*.snap
expire_in: 1 month
-deb:
- image: registry.0xacab.org/leap/docker/bitmask-vpn:latest
- stage: build
- allow_failure: true
- script:
- - mkdir -p /go/src/0xacab.org/leap/
- - ln -s "$(pwd)" ${APP_PATH}
- - git clone https://0xacab.org/leap/riseup_vpn
- - cd riseup_vpn
- - make build_deb
- tags:
- - linux
- artifacts:
- name: debian_$CI_COMMIT_REF_NAME
- paths:
- - riseup_vpn/dist/*.deb
- expire_in: 1 month
-
# osx_installer:
# stage: build
# allow_failure: true