Skip to content
Snippets Groups Projects
Unverified Commit e986a2c5 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Allow zola check to fail and start build before the fact

parent 804efc1e
No related branches found
No related tags found
No related merge requests found
Pipeline #192928 canceled
......@@ -15,10 +15,12 @@ zola check:
- yarn install
script:
- zola check
allow_failure: true
.build:
stage: build
interruptible: true
needs: []
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment