Skip to content
Snippets Groups Projects

Automatically build except for direct pushes

Merged Georges Racinet requested to merge topic/default/auto-build into branch/default
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -5,7 +5,10 @@ stages:
docker:
stage: build
rules:
- when: manual
- if: '$CI_PIPELINE_SOURCE == "push"'
when: manual
allow_failure: true
- when: on_success # default rule
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
Loading