mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Use separate env var for Vault commit in plugin update script
This commit is contained in:
@@ -42,7 +42,7 @@ rm -rf vendor
|
||||
go mod vendor
|
||||
git add .
|
||||
git commit --allow-empty -m "Updating plugin deps"
|
||||
if [ ! -z $PUSH_COMMITS ]
|
||||
if [ ! -z $PUSH_VAULT_COMMIT ]
|
||||
then
|
||||
git push
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user