mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Call tools before prep in "make bootstrap" rule (#26691)
This commit is contained in:
parent
225cd9d19f
commit
2e8d9a2bb0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -174,7 +174,7 @@ hooks:
|
|||
|
||||
# bootstrap the build by generating any necessary code and downloading additional tools that may
|
||||
# be used by devs.
|
||||
bootstrap: prep tools
|
||||
bootstrap: tools prep
|
||||
|
||||
# Note: if you have plugins in GOPATH you can update all of them via something like:
|
||||
# for i in $(ls | grep vault-plugin-); do cd $i; git remote update; git reset --hard origin/master; dep ensure -update; git add .; git commit; git push; cd ..; done
|
||||
|
|
|
|||
Loading…
Reference in a new issue