Launch submission extraction through drone
This commit is contained in:
parent
d3a5a89c0e
commit
65b62afb82
5 changed files with 66 additions and 7 deletions
1
main.go
1
main.go
|
@ -97,6 +97,7 @@ func main() {
|
|||
go a.Start(*bind)
|
||||
|
||||
initializeOIDC(a.router)
|
||||
initializeDroneOauth()
|
||||
|
||||
// Prepare graceful shutdown
|
||||
interrupt := make(chan os.Signal, 1)
|
||||
|
|
Reference in a new issue