Commit 8d5cf3b7 authored by Tim Leers's avatar Tim Leers Committed by Geoff Simmons

introduce manual action and automatic action with rule

parent 3e558def
......@@ -28,11 +28,18 @@ test:
- make check
build:varnish:
stage: build
image: docker:19.03.8
extends: .build-varnish
rules:
- changes:
- container/Dockerfile.varnish
build:varnish:manual:
extends: .build-varnish
when: manual
.build-varnish:
stage: build
image: docker:19.03.8
- when: manual
services:
- docker:19.03.8-dind
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment