This commit is contained in:
Adam Majer 2024-08-14 17:58:22 +02:00
parent a7eff0f9ef
commit e9cb3de124
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
gitea-events-rabbitmq-publisher

View File

@ -1,4 +1,4 @@
module src.opensuse.org/autogits/obs-staging-bot
module src.opensuse.org/autogits/gitea-events-rabbitmq-publisher
go 1.22.3

View File

@ -24,7 +24,7 @@ func connectToRabbitMQ() {
os.Exit(1)
}
ConnectToExchangeForPublish(host, username, password)
go ConnectToExchangeForPublish(host, username, password)
}
func main() {