Use separate env var for Vault commit in plugin update script

This commit is contained in:
Jeff Mitchell 2019-08-14 17:02:14 -04:00
parent 87f649bf99
commit 8918b2ef76
1 changed files with 1 additions and 1 deletions

View File

@ -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