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