Browse Source

Update build script 🤦‍♂️

Svilen Markov 1 year ago
parent
commit
6627a635d5
1 changed files with 0 additions and 3 deletions
  1. 0 3
      scripts/build-and-ship/main.go

+ 0 - 3
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 {