summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-02-11 19:13:27 +0000
committerJavier Jardón <jjardon@gnome.org>2019-02-11 19:23:02 +0000
commita482b008bd032de61f01598b0d220bd934755d8e (patch)
treed1a1f65e88ee9d4053adfe28041e32c35165d7ec
parenta66f83799730a84be9319f80344458cca45dd094 (diff)
downloadbuildstream-jjardon/allow_fail_WSL.tar.gz
.gitlab-ci.yml: Do not automatically run "test-wsl" until runner problems are sorted outjjardon/allow_fail_WSL
-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.