Skip to content

Commit

Permalink
Added missing docs and included boiler plate update as prereq for gen…
Browse files Browse the repository at this point in the history
…erate (flyteorg#185)

Signed-off-by: Prafulla Mahindrakar <[email protected]>
  • Loading branch information
pmahindrakar-oss authored Jun 9, 2021
1 parent 9d34056 commit 227ca6e
Show file tree
Hide file tree
Showing 8 changed files with 8,677 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ update_boilerplate:
@boilerplate/update.sh

.PHONY: generate
generate: install doc_gen_deps # install tools, generate protos, doc dependecies, mocks and pflags
generate: update_boilerplate install doc_gen_deps # get latest boiler plate, install tools, generate protos, mock, pflags and get doc dependencies
./generate_protos.sh
./generate_mocks.sh
go generate ./...
Expand Down
1 change: 1 addition & 0 deletions boilerplate/flyte/golang_test_targets/download_tooling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tools=(
"github.com/flyteorg/flytestdlib/cli/pflags"
"github.com/golangci/golangci-lint/cmd/golangci-lint"
"github.com/alvaroloes/enumer"
"github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc"
)

tmp_dir=$(mktemp -d -t gotooling-XXX)
Expand Down
Loading

0 comments on commit 227ca6e

Please sign in to comment.