This commit is contained in:
Seraphim Strub 2023-03-10 15:02:43 +01:00
parent 91da8fa70b
commit 38cbc712cb
2 changed files with 1 additions and 2 deletions

View file

@ -24,6 +24,7 @@
- if: $CI_COMMIT_BRANCH
changes:
- cmd/${GO_CMD}/*/**
- cmd/${GO_CMD}/*
funbot:
stage: build

View file

@ -59,8 +59,6 @@ func main() {
log.Fatal("couldn't find needed channel")
}
// delete messages older then x min in channel
ticker := time.NewTicker(1 * time.Minute)
quit := make(chan struct{})
go func() {