Merge pull request #17839 from mesosphere/sttts-conformance-tags

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-01 01:53:16 -08:00
commit 517dcd9b2f

View File

@ -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"