From ab22c9b27d18595b306dc6b8b0db0392464ccde6 Mon Sep 17 00:00:00 2001 From: Thomas Bellembois Date: Wed, 28 Dec 2022 12:14:44 +0100 Subject: [PATCH] Rollback commit, job is done in proxy. --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index d0bfe3c..cd22b04 100644 --- a/main.go +++ b/main.go @@ -4,7 +4,6 @@ import ( "flag" "fmt" "os" - "strings" "github.com/go-resty/resty/v2" ) @@ -84,7 +83,6 @@ func main() { authUser = "thomasbellembois" } else { authUser = os.Getenv("DRONE_REPO_OWNER") - authUser = strings.ReplaceAll(authUser, ".", "") } if len(authUser) == 0 {