Commit f61a337a authored by Geoff Simmons's avatar Geoff Simmons

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

parent adcbb896
......@@ -43,12 +43,16 @@ test:
script:
- make check
# build new haproxy image if dockerfile changes
# build new haproxy image after changes in: dockerfile, haproxy config,
# exec script, or repo list
build:haproxy:
extends: .build-haproxy
rules:
- changes:
- container/Dockerfile.haproxy
- container/haproxy.cfg
- container/haproxy_exec.sh
- container/buster-backports.list
# haproxy image can be build when user triggers it
build:haproxy: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