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
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
exists:
|
||||
- Dockerfile
|
||||
changes:
|
||||
- cmd/${GO_CMD}/*/**
|
||||
|
||||
funbot:
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue