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:
|
docker-build:
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
stage: build
|
stage: build
|
||||||
|
allow_failure: true
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue