Work on gitlab connection
This commit is contained in:
parent
e62ff978f9
commit
7e7608b7d1
2 changed files with 114 additions and 37 deletions
3
main.go
3
main.go
|
@ -107,5 +107,8 @@ func main() {
|
|||
|
||||
log.Print("The service is shutting down...")
|
||||
a.Stop()
|
||||
if gitlabToken != nil {
|
||||
saveOAuth2Token(OAUTH_GITLAB_FILE, gitlabToken)
|
||||
}
|
||||
log.Println("done")
|
||||
}
|
||||
|
|
Reference in a new issue