Closed TomasKulhanek closed 5 years ago
recognise CIL_VERSION from git tag e.g.
git describe --tags
git rev-parse --abbrev-ref HEAD
recognise CIL_VERSION from git tag e.g.
git describe --tags
gets tag with number of commits after it, tagged are labeled as release in anaconda, comits after are labeled as dev versiongit rev-parse --abbrev-ref HEAD
gets branch where it is, master will be uploaded to anaconda