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: ...@@ -28,11 +28,18 @@ test:
- make check - make check
build:varnish: build:varnish:
stage: build extends: .build-varnish
image: docker:19.03.8
rules: rules:
- changes: - changes:
- container/Dockerfile.varnish - container/Dockerfile.varnish
build:varnish:manual:
extends: .build-varnish
when: manual
.build-varnish:
stage: build
image: docker:19.03.8
- when: manual - when: manual
services: services:
- docker:19.03.8-dind - 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