mirror of https://github.com/ceph/ceph-ansible.git
contrib: don't fetch tags since we push force
reverting 4be9c52baf
Signed-off-by: Sébastien Han <seb@redhat.com>
pull/1129/head
parent
eb22286452
commit
34a59695f8
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue