adding bot's git info
parent
f54ff32676
commit
90df9d2551
|
@ -50,6 +50,9 @@ if [ $ec -gt 0 ]; then
|
|||
exit $ec
|
||||
fi
|
||||
|
||||
git config user.name "minikube-bot"
|
||||
git config user.email "minikube-bot@google.com"
|
||||
|
||||
if [ "$release" = false ]; then
|
||||
# Update the user's PR with newly build ISO
|
||||
|
||||
|
|
Loading…
Reference in New Issue