summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-02-11 21:29:29 +0000
committerJürg Billeter <j@bitron.ch>2019-02-11 21:29:29 +0000
commit0816b8b19297cbefd4273d9694d0463fcad0a848 (patch)
treed1a1f65e88ee9d4053adfe28041e32c35165d7ec
parenta66f83799730a84be9319f80344458cca45dd094 (diff)
parenta482b008bd032de61f01598b0d220bd934755d8e (diff)
downloadbuildstream-0816b8b19297cbefd4273d9694d0463fcad0a848.tar.gz
Merge branch 'jjardon/allow_fail_WSL' into 'master'
.gitlab-ci.yml: allow "test-wsl" to fail until runner problems are sorted out See merge request BuildStream/buildstream!1145
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4608c783..41313b97b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -166,6 +166,7 @@ tests-wsl:
script:
- "${TEST_COMMAND}"
+ when: manual
# Automatically build documentation for every commit, we want to know
# if building documentation fails even if we're not deploying it.