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 d97c66eb3e
commit f51c32c971

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