diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-02-11 19:13:27 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2019-02-11 19:23:02 +0000 |
commit | a482b008bd032de61f01598b0d220bd934755d8e (patch) | |
tree | d1a1f65e88ee9d4053adfe28041e32c35165d7ec /.gitlab-ci.yml | |
parent | a66f83799730a84be9319f80344458cca45dd094 (diff) | |
download | buildstream-a482b008bd032de61f01598b0d220bd934755d8e.tar.gz |
.gitlab-ci.yml: Do not automatically run "test-wsl" until runner problems are sorted outjjardon/allow_fail_WSL
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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. |