ci: allow failure of the docker-build job
This commit is contained in:
parent
6e691257f7
commit
1e70ec8fa6
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ pages:
|
|||
docker-build:
|
||||
image: docker:latest
|
||||
stage: build
|
||||
allow_failure: true
|
||||
services:
|
||||
- docker:dind
|
||||
variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue