This commit is contained in:
parent
e2f31a5e75
commit
705f22bb5b
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -x
|
||||||
# Get last created tag
|
# Get last created tag
|
||||||
LTCOMMIT=$(git rev-list --abbrev-commit --tags --max-count=1)
|
LTCOMMIT=$(git rev-list --abbrev-commit --tags --max-count=1)
|
||||||
LTAG=$(git describe --abbrev=0 --tags ${LTCOMMIT} 2>/dev/null || true)
|
LTAG=$(git describe --abbrev=0 --tags ${LTCOMMIT} 2>/dev/null || true)
|
||||||
|
Loading…
Reference in New Issue
Block a user