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

Commit

Permalink
Merge pull request #376 from justinsb/fix_tools_vendor
Browse files Browse the repository at this point in the history
Fix vendor generation for tools/deb-tools subproject
  • Loading branch information
justinsb authored Dec 3, 2020
2 parents 1f305cf + af192ed commit 9951510
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 9951510

Please sign in to comment.