You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/release/release.go
+8-21Lines changed: 8 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@ var (
42
42
43
43
stagingDir=flag.String("staging_dir", "", "If specified, use this as the staging directory for untested release artifacts. Default is the system temporary directory.")
44
44
45
-
rev=flag.String("rev", "", "Go revision to build, alternative to -tarball")
46
-
tarball=flag.String("tarball", "", "Go tree tarball to build, alternative to -rev")
45
+
rev=flag.String("rev", "", "Go revision to build")
0 commit comments