.
This commit is contained in:
parent
a7eff0f9ef
commit
e9cb3de124
1
gitea-events-rabbitmq-publisher/.gitignore
vendored
Normal file
1
gitea-events-rabbitmq-publisher/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
gitea-events-rabbitmq-publisher
|
@ -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
|
||||
|
||||
|
@ -24,7 +24,7 @@ func connectToRabbitMQ() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
ConnectToExchangeForPublish(host, username, password)
|
||||
go ConnectToExchangeForPublish(host, username, password)
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user