Skip to content

Commit 99cc463

Browse files
committed
disable debugging in GoReleaser command
GoReleaser debug output is flooding GCB console.
1 parent c8635da commit 99cc463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build_kubebuilder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ case $key in
5656
esac
5757
done
5858

59-
/goreleaser release --config=build/.goreleaser.yml --debug --rm-dist ${SNAPSHOT}
59+
/goreleaser release --config=build/.goreleaser.yml --rm-dist ${SNAPSHOT}

0 commit comments

Comments
 (0)