fix: pipeline errors
This commit is contained in:
parent
12bed27f29
commit
1a25e68713
@ -258,7 +258,7 @@ func GetLoginByEnvVar() *config.Login {
|
|||||||
|
|
||||||
serverURL, err := utils.ValidateAuthenticationMethod(giteaInstanceUrl, token, "", "", false, "", "")
|
serverURL, err := utils.ValidateAuthenticationMethod(giteaInstanceUrl, token, "", "", false, "", "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Errorf("%v", err)
|
_ = fmt.Errorf("%v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
login := &config.Login{
|
login := &config.Login{
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright 2020 The Gitea Authors. All rights reserved.
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
package utils
|
package utils
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user