mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-12-05 02:21:31 +00:00
Fix frontend::latest_tag hack
This commit is contained in:
parent
320cfe9952
commit
6e5b5cd901
@ -39,6 +39,6 @@ frontend::release() {
|
|||||||
frontend::latest_tag() {
|
frontend::latest_tag() {
|
||||||
frontend::assert_exists
|
frontend::assert_exists
|
||||||
pushd "${FRONTEND_PATH}"
|
pushd "${FRONTEND_PATH}"
|
||||||
git describe --tags
|
git describe --abbrev=0
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user