diff options
author | Varac <varac@leap.se> | 2017-07-01 09:51:25 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-07-01 09:51:25 +0200 |
commit | a27e8b185598a697fa4c89d474f9bd03ce0faaa6 (patch) | |
tree | ffe5bcf5978738eb989616617294ffa93a68103d /.gitlab-ci.yml | |
parent | 2ad1b5e72f4647e033a7c6be528b53fafddace42 (diff) |
[CI] Dont include production envs in 0.9.x branchversion/0.9.x
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 40 |
1 files changed, 0 insertions, 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 |