diff options
author | Varac <varac@leap.se> | 2017-06-26 19:52:22 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-26 19:52:22 +0200 |
commit | 4895539041b7cd4c6ba65bba56e2e41acfa3de34 (patch) | |
tree | 19a2c85e9897b18088a9a9e38cce87dd9e94339d /.gitlab-ci.yml | |
parent | 16c8f00a6a6e388f8a8f8b831d7e507f8cb67c78 (diff) | |
parent | d0f016cf8f3130c769a1de8be8d89790c0d8e511 (diff) |
Merge branch 'ci_fail_when_tests_break'
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f515337f..3d622d1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ deploy_test: except: - master script: - - su -c '/usr/bin/unbuffer /bin/bash -o pipefail ./ci-build.sh | /usr/bin/ts' cirunner + - su -c 'set -o pipefail; stdbuf -oL -eL ./ci-build.sh | ts' cirunner # 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. |