diff --git a/hack/conformance-test.sh b/hack/conformance-test.sh index 0580b537a6d..641c810c87d 100755 --- a/hack/conformance-test.sh +++ b/hack/conformance-test.sh @@ -71,7 +71,7 @@ echo -n "Conformance test SHA:" HEAD_SHA=$(git rev-parse HEAD) echo $HEAD_SHA echo "Conformance test version tag(s):" -git show-ref | grep $HEAD_SHA | grep refs/tags +git tag --points-at $HEAD_SHA echo echo "Conformance test checking conformance with Kubernetes version 1.0"