From a27e8b185598a697fa4c89d474f9bd03ce0faaa6 Mon Sep 17 00:00:00 2001 From: Varac Date: Sat, 1 Jul 2017 09:51:25 +0200 Subject: [CI] Dont include production envs in 0.9.x branch --- .gitlab-ci.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1838b194..c315b2d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,43 +86,3 @@ upgrade_test: # Allow unpriviledged user to checkout last release of leap_platform - chown cirunner:cirunner -R ../.. - su -c 'set -o pipefail; stdbuf -oL -eL ./ci-build.sh | ts' cirunner || sleep 9000 - -# Latest job will only run on the master branch, which means all merge requests -# that are created from branches don't get to deploy to the latest-ci server. -# When a merge request is merged, then the latest job will deploy the code to -# the latest provider, and the deployment will be recorded in an environment -# named 'latest' -ci.leap.se: - stage: deploy - environment: - name: staging - only: - - master@leap/platform - script: - - > - su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | - /usr/bin/ts' cirunner - -demo.bitmask.net: - stage: deploy - environment: - name: production/demo/vpn - only: - - master - when: manual - script: - - > - su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | - /usr/bin/ts' cirunner - -mail.bitmask.net: - stage: deploy - environment: - name: production/demo/mail - only: - - master - when: manual - script: - - > - su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | - /usr/bin/ts' cirunner -- cgit v1.2.3