diff options
author | Javier Jardón <jjardon@gnome.org> | 2020-04-08 11:42:45 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2020-04-08 16:22:54 +0100 |
commit | 8c9fa614ab01e9d6a3e48f94703d31ed1214d8d6 (patch) | |
tree | 99a4a6ddfcee26507433a5213a4e53bd422a577d /.gitlab-ci.yml | |
parent | f42dd713ecc9ae696b90fb5c91d838f7f4f9848f (diff) | |
download | buildstream-8c9fa614ab01e9d6a3e48f94703d31ed1214d8d6.tar.gz |
Revert ".gitlab-ci.yml: Allow WSL test to fail"jjardon/wsl
This reverts commit edcd52f8f0d9e062bb9a4d089799b47625c37ab6.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8efca653c..51f755b26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -307,8 +307,6 @@ tests-wsl-master: - master except: - schedules - allow_failure: true - tests-wsl-non-master: stage: test @@ -330,7 +328,6 @@ tests-wsl-non-master: when: manual except: - master - allow_failure: true # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. |