Work on gitlab connection

This commit is contained in:
nemunaire 2022-09-04 16:36:15 +02:00
parent e62ff978f9
commit 7e7608b7d1
2 changed files with 114 additions and 37 deletions

View file

@ -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")
}