ci: dummy git configuration for rebase

pull/6324/head
Philippe Antoine 4 years ago committed by Victor Julien
parent 328bdf2c61
commit 7fa3e8df61

@ -102,6 +102,8 @@ jobs:
cd suricata-verify
git fetch origin pull/${sv_pr}/head:prep
git checkout prep
git config --global user.email you@example.com
git config --global user.name You
git rebase ${DEFAULT_SV_BRANCH}
cd ..
fi

Loading…
Cancel
Save