mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
macos: get tag for version
This commit is contained in:
parent
4a5964c340
commit
38928e07b8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ test_ok() {
|
|||
BUILD_DIR=builddir
|
||||
PROJECTDIR="$( cd "$(dirname "$0")/../" ; pwd -P )"
|
||||
TARGETDIR="${PROJECTDIR}/${BUILD_DIR}/INSTALL_GPS"
|
||||
VERSION="$(date +%y%m%d)"
|
||||
VERSION="$(git describe --always --abbrev=0)"
|
||||
export VERSION
|
||||
echo "VERSION=$VERSION"
|
||||
|
||||
|
|
Loading…
Reference in a new issue