diff --git a/scripts/build-and-ship/main.go b/scripts/build-and-ship/main.go index 79a6d4a..e6b539d 100644 --- a/scripts/build-and-ship/main.go +++ b/scripts/build-and-ship/main.go @@ -112,9 +112,6 @@ func main() { os.Exit(1) } - fmt.Println(*specificTag) - os.Exit(1) - cwd, err := os.Getwd() if err != nil {