Skip to content

Commit 7f55b91

Browse files
Skip posthooks
1 parent 06b9f6b commit 7f55b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/kubectl-mongodb/python/build_kubectl_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
def run_goreleaser():
2727
try:
28-
command = ["./goreleaser", "build", "--snapshot", "--clean"]
28+
command = ["./goreleaser", "build", "--snapshot", "--clean", "--skip post-hooks"]
2929

3030
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True, bufsize=1)
3131

0 commit comments

Comments
 (0)