diff options
| -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 | 
