mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +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
|
git clone https://github.com/hashicorp/$plugin
|
||||||
cd $plugin
|
cd $plugin
|
||||||
rm -rf vendor
|
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 tidy
|
||||||
go mod vendor
|
go mod vendor
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user