Use separate env var for Vault commit in plugin update script
This commit is contained in:
parent
87f649bf99
commit
8918b2ef76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue