Skip to content

Commit

Permalink
Merge pull request #84 from droot/fix-build-automation
Browse files Browse the repository at this point in the history
disable git validation during release process
  • Loading branch information
droot committed Apr 20, 2018
2 parents 23e459f + 33df30b commit b345264
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 b345264

Please sign in to comment.