Allow docker build to fail

This commit is contained in:
Kwoth
2022-06-18 02:13:43 +02:00
parent 9103dd9fdb
commit 3343fd2f6e

View File

@@ -113,6 +113,7 @@ docker-build:
# Use the official docker image.
image: docker:latest
stage: build
allow_failure: true
services:
- docker:dind
before_script: