Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current mechanism to get the tag name doesn't work well.
When a new commit lands to the master branch, the master branch is not named correctly i.e: ``` rsevilla@wonderland /tmp/foo (master) $ git describe --tags 2>/dev/null || git rev-parse --abbrev-ref HEAD | sed 's/master/latest/g' v1.0.0-1-g487fada rsevilla@wonderland /tmp/foo (master) $ git log --oneline | head 487fada Foo 12701a6 Added exit status for uperf failures (#782) 94005cd missing env var num_pairs (#784) ``` Signed-off-by: Raul Sevilla <[email protected]>
- Loading branch information