Skip to content

Commit

Permalink
disable git validation during release process
Browse files Browse the repository at this point in the history
  • Loading branch information
droot committed Apr 20, 2018
1 parent 23e459f commit 33df30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_kubebuilder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ case $key in
esac
done

/goreleaser release --config=build/.goreleaser.yml --rm-dist ${SNAPSHOT}
/goreleaser release --config=build/.goreleaser.yml --rm-dist --skip-validate ${SNAPSHOT}

0 comments on commit 33df30b

Please sign in to comment.