Skip to content

CU-#863gfh7n1 | CU-#862k1z2cp | added extra grep in git describe cmd to ignore control chars [~^ etc] while checking latest tag

Abhishek Dixit requested to merge bug/docker-tag-issue into master

Git Describe command will return special chars if commit is tagged already one or more time. To get only major.minor.minor version of the current tag, we needed to use grep to pick only 3 version bits seperated by [.]. image

Merge request reports