try to only build changed cmd
This commit is contained in:
parent
d8793a1b9f
commit
7ea6ba6809
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
||||||
# Run this job in a branch where a Dockerfile exists
|
# Run this job in a branch where a Dockerfile exists
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
exists:
|
changes:
|
||||||
- Dockerfile
|
- cmd/${GO_CMD}/*/**
|
||||||
|
|
||||||
funbot:
|
funbot:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue