diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2019-02-15 16:50:19 +0000 |
---|---|---|
committer | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2019-02-18 17:37:00 +0000 |
commit | c8cd24b94ce7afe62cf221c44f270abd2941432e (patch) | |
tree | ab345bb994d76a4c1d22b9f7adf25bdafc98b7b1 /.gitlab-ci.yml | |
parent | 86466e7ed6bef1a3373f1d2091023adc1b549d35 (diff) | |
download | buildstream-c8cd24b94ce7afe62cf221c44f270abd2941432e.tar.gz |
.gitlab-ci: make wsl-test automatic, allow failure
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 c40b180d3..9f3701fbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,7 +160,7 @@ tests-wsl: script: - "${TEST_COMMAND}" - when: manual + allow_failure: true # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. |