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: ...@@ -15,10 +15,12 @@ zola check:
- yarn install - yarn install
script: script:
- zola check - zola check
allow_failure: true
.build: .build:
stage: build stage: build
interruptible: true interruptible: true
needs: []
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] 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