Skip to content
Snippets Groups Projects
Verified Commit 1c00a62a authored by Varac's avatar Varac
Browse files

Lint .gitlab-ci.yml

parent 48955390
No related branches found
No related tags found
No related merge requests found
---
image: 0xacab.org:4567/leap/docker/ruby:latest image: 0xacab.org:4567/leap/docker/ruby:latest
# This is for caching the gems not only between the stages, but also persistent # This is for caching the gems not only between the stages, but also
# on the gitlab-runner so we don't need to install from scratch on every pipeline # persistent on the gitlab-runner so we don't need to install from
# scratch on every pipeline
cache: cache:
key: "$CI_BUILD_REF_NAME" key: "$CI_BUILD_REF_NAME"
untracked: true untracked: true
...@@ -74,7 +76,9 @@ ci.leap.se: ...@@ -74,7 +76,9 @@ ci.leap.se:
only: only:
- master@leap/platform - master@leap/platform
script: script:
- su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner - >
su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh |
/usr/bin/ts' cirunner
demo.bitmask.net: demo.bitmask.net:
stage: deploy stage: deploy
...@@ -84,7 +88,9 @@ demo.bitmask.net: ...@@ -84,7 +88,9 @@ demo.bitmask.net:
- master - master
when: manual when: manual
script: script:
- su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner - >
su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh |
/usr/bin/ts' cirunner
mail.bitmask.net: mail.bitmask.net:
stage: deploy stage: deploy
...@@ -94,4 +100,6 @@ mail.bitmask.net: ...@@ -94,4 +100,6 @@ mail.bitmask.net:
- master - master
when: manual when: manual
script: script:
- su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner - >
su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh |
/usr/bin/ts' cirunner
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment