contrib: don't fetch tags since we push force

reverting 4be9c52baf

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/1129/head
Sébastien Han 2016-11-28 19:07:52 +01:00
parent eb22286452
commit 34a59695f8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function pull_origin {
function reset_hard_origin {
# let's bring everything back to normal
git checkout $LOCAL_BRANCH
git fetch --all
git fetch origin
git fetch --tags
git reset --hard origin/master
}