Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Fix vendor generation for tools/deb-tools subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Dec 2, 2020
1 parent d0d4163 commit af192ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ vendor:
find vendor/ -name "BUILD" -delete
find vendor/ -name "BUILD.bazel" -delete
bazel run //:gazelle
make -C tools/deb-tools vendor

.PHONY: staticcheck-all
staticcheck-all:
Expand Down
6 changes: 6 additions & 0 deletions tools/deb-tools/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.PHONY: vendor
vendor:
go mod vendor
find vendor/ -name "BUILD" -delete
find vendor/ -name "BUILD.bazel" -delete
bazel run //:gazelle

0 comments on commit af192ed

Please sign in to comment.