Commit 88678b76 authored by Geoff Simmons's avatar Geoff Simmons

Extend list of file changes for CI build of the varnish image.

parent 5d5a238b
......@@ -78,12 +78,21 @@ build:klarlack:manual:
extends: .build-klarlack
when: manual
# build new varnish image if dockerfile changes
# build new varnish image after changes in: dockerfile, exec script,
# varnishd -I init script, initial VCLs, repo lists
build:varnish:
extends: .build-varnish
rules:
- changes:
- container/Dockerfile.varnish
- container/varnishd_exec.sh
- container/start.cli
- container/bogo_backend.vcl
- container/boot.vcl
- container/notavailable.vcl
- container/ok.vcl
- container/uplex_varnish.repo
- container/varnishcache_varnish63.repo
# varnish image can be build when user triggers it
build:varnish:manual:
......
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