summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-03-05 13:28:16 +0100
committerKali Kaneko <kali@leap.se>2018-03-05 13:28:16 +0100
commit081a8c9cb491ebc5c32eb686c66a52e041e227bf (patch)
treeb35015aeed06d684b838ec922f1fea96682c9866
parent010ed0d932bc055c74fb370b437cd11b83b33bbe (diff)
[pkg] disable latest bundles for now
-rw-r--r--.gitlab-ci.yml28
1 files changed, 15 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c106614..f3e05a1a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,19 +32,21 @@ osx_test:
- yosemite
- osx
-bitmask_latest_bundle:
- image: 0xacab.org:4567/leap/docker/bitmask-bundler:latest
- stage: publish
- script:
- - pkg/build_bundle_with_venv.sh
- - mv "dist/bitmask-`cat pkg/next-version`" .
- artifacts:
- paths:
- - "bitmask-`cat pkg/next-version`"
- name: "Bitmask_linux64_latest_${CI_BUILD_REF}"
- expire_in: 1 month
- tags:
- - linux
+# disabling latest builds for now. should enable them when I can test
+# the new docker builder w/o virtualenvs.
+# bitmask_latest_bundle:
+# image: 0xacab.org:4567/leap/docker/bitmask-bundler:latest
+# stage: publish
+# script:
+# - pkg/build_bundle_with_venv.sh
+# - mv "dist/bitmask-`cat pkg/next-version`" .
+# artifacts:
+# paths:
+# - "bitmask-`cat pkg/next-version`"
+# name: "Bitmask_linux64_latest_${CI_BUILD_REF}"
+# expire_in: 1 month
+# tags:
+# - linux
e2e_test_mail:
image: 0xacab.org:4567/leap/bitmask-dev:latest