fix ci?
This commit is contained in:
parent
91da8fa70b
commit
38cbc712cb
2 changed files with 1 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
changes:
|
changes:
|
||||||
- cmd/${GO_CMD}/*/**
|
- cmd/${GO_CMD}/*/**
|
||||||
|
- cmd/${GO_CMD}/*
|
||||||
|
|
||||||
funbot:
|
funbot:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
@ -59,8 +59,6 @@ func main() {
|
||||||
log.Fatal("couldn't find needed channel")
|
log.Fatal("couldn't find needed channel")
|
||||||
}
|
}
|
||||||
|
|
||||||
// delete messages older then x min in channel
|
|
||||||
|
|
||||||
ticker := time.NewTicker(1 * time.Minute)
|
ticker := time.NewTicker(1 * time.Minute)
|
||||||
quit := make(chan struct{})
|
quit := make(chan struct{})
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Reference in a new issue