Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
k8s-ingress
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
uplex-varnish
k8s-ingress
Commits
4279d674
Commit
4279d674
authored
Apr 19, 2024
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trigger image builds in gitlab CI when the Makefile changes.
parent
7e5a5a6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
.gitlab-ci.yml
.gitlab-ci.yml
+8
-4
No files found.
.gitlab-ci.yml
View file @
4279d674
...
...
@@ -57,12 +57,13 @@ test:
script
:
-
make check
# build new haproxy image after changes in:
dockerfile, haproxy config,
# exec script, or repo list
# build new haproxy image after changes in:
makefile, dockerfile, haproxy
#
config,
exec script, or repo list
build:haproxy
:
extends
:
.build-haproxy
rules
:
-
changes
:
-
container/Makefile
-
container/Dockerfile.haproxy
-
container/haproxy.cfg
-
container/haproxy_exec.sh
...
...
@@ -72,12 +73,13 @@ build:haproxy:manual:
extends
:
.build-haproxy
when
:
manual
# build new klarlack image after changes in: dockerfile, exec script,
# build new klarlack image after changes in:
makefile,
dockerfile, exec script,
# varnishd -I init script, initial VCLs
build:klarlack
:
extends
:
.build-klarlack
rules
:
-
changes
:
-
container/Makefile
-
container/Dockerfile.varnish
-
container/varnishd_exec.sh
-
container/start.cli
...
...
@@ -99,6 +101,7 @@ build:ascn:
optional
:
true
rules
:
-
changes
:
-
container/Makefile
-
container/Dockerfile.ascn
-
container/Dockerfile.varnish
-
container/varnishd_exec.sh
...
...
@@ -113,12 +116,13 @@ build:ascn:manual:
extends
:
.build-ascn
when
:
manual
# build new varnish image after changes in: dockerfile, exec script,
# build new varnish image after changes in:
makefile,
dockerfile, exec script,
# varnishd -I init script, initial VCLs, repo lists
build:varnish
:
extends
:
.build-varnish
rules
:
-
changes
:
-
container/Makefile
-
container/Dockerfile.varnish
-
container/varnishd_exec.sh
-
container/start.cli
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment