diff --git a/devel/ci/githubprb-project.yml b/devel/ci/githubprb-project.yml index 9491490bcc..eceb6ac96e 100644 --- a/devel/ci/githubprb-project.yml +++ b/devel/ci/githubprb-project.yml @@ -88,6 +88,8 @@ env > jenkins-env $ssh_cmd yum -y install rsync # Checkout the pull request that we received from the githubPRB plugin + git config --global user.email "bodhi-ci@fedoraproject.org" + git config --global user.name "Bodhi CI" git rebase --preserve-merges origin/${{ghprbTargetBranch}} \ && rsync -e "ssh $sshopts" -Ha $(pwd)/ $CICO_hostname:payload \ && /usr/bin/timeout {timeout} $ssh_cmd -t "cd payload && {ci_cmd}"