docker: allow docker build to fail until it's fixed (#9658)
This commit is contained in:
parent
d191cb0102
commit
daab8d9109
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ jobs:
|
||||||
env: TEST_SUITE=docker
|
env: TEST_SUITE=docker
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- dist: xenial
|
- dist: xenial
|
||||||
|
- env: TEST_SUITE=docker
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- 'style checks'
|
- 'style checks'
|
||||||
|
|
Loading…
Reference in a new issue