We had a case where the reference given wasn't pointing to a tag but to a commit. Which as a matter of fact, is fine since when we are given a tag we want to go to the underlying commit. So if we're given a commit, keep going.
Fixes https://pagure.io/pagure/issue/4278
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
pretty please pagure-ci rebuild
:thumbsup:
rebased onto 7c59e948e3e8e7cc7a34175a4daf4cc1d73548f9
Pull-Request has been merged by pingou
We had a case where the reference given wasn't pointing to a tag
but to a commit. Which as a matter of fact, is fine since when
we are given a tag we want to go to the underlying commit.
So if we're given a commit, keep going.
Fixes https://pagure.io/pagure/issue/4278
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr