fix issue with missing author and email

This commit is contained in:
Brad Rydzewski
2018-12-14 18:10:09 -08:00
parent 6783f72b40
commit 7a6564cc28
3 changed files with 38 additions and 5 deletions

View File

@ -17,4 +17,4 @@ git fetch ${FLAGS} origin +refs/heads/${DRONE_COMMIT_BRANCH}:
git checkout ${DRONE_COMMIT_BRANCH}
git fetch origin ${DRONE_COMMIT_REF}:
git rebase ${DRONE_COMMIT_SHA}
git merge ${DRONE_COMMIT_SHA}