From 081a8c9cb491ebc5c32eb686c66a52e041e227bf Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 5 Mar 2018 13:28:16 +0100 Subject: [pkg] disable latest bundles for now --- .gitlab-ci.yml | 28 +++++++++++++++------------- 1 file 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 -- cgit v1.2.3