Launch submission extraction through drone

This commit is contained in:
nemunaire 2022-09-05 03:29:47 +02:00
parent d3a5a89c0e
commit 65b62afb82
5 changed files with 66 additions and 7 deletions

View file

@ -97,6 +97,7 @@ func main() {
go a.Start(*bind)
initializeOIDC(a.router)
initializeDroneOauth()
// Prepare graceful shutdown
interrupt := make(chan os.Signal, 1)