Commit 905c6a2a authored by Tim Leers's avatar Tim Leers

introduce manual action and automatic action with rule

parent 0f8e5792
......@@ -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