Skip to content

Commit b345264

Browse files
authored
Merge pull request #84 from droot/fix-build-automation
disable git validation during release process
2 parents 23e459f + 33df30b commit b345264

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 --rm-dist ${SNAPSHOT}
59+
/goreleaser release --config=build/.goreleaser.yml --rm-dist --skip-validate ${SNAPSHOT}

0 commit comments

Comments
 (0)