mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Allow specifying branch for plugin module updating via $API_BRANCH
This commit is contained in:
@@ -20,7 +20,7 @@ do
|
||||
git clone https://github.com/hashicorp/$plugin
|
||||
cd $plugin
|
||||
rm -rf vendor
|
||||
go get github.com/hashicorp/vault/api@master
|
||||
go get github.com/hashicorp/vault/api${API_BRANCH}
|
||||
go mod tidy
|
||||
go mod vendor
|
||||
git add .
|
||||
|
||||
Reference in New Issue
Block a user