mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Travis: fix Debian package version
This commit is contained in:
parent
9ba2e83857
commit
f017491f44
@ -7,7 +7,7 @@ mkdir /root/package
|
|||||||
cd /root/obs-websocket
|
cd /root/obs-websocket
|
||||||
|
|
||||||
export GIT_HASH=$(git rev-parse --short HEAD)
|
export GIT_HASH=$(git rev-parse --short HEAD)
|
||||||
export PKG_VERSION="$GIT_HASH-$TRAVIS_BRANCH"
|
export PKG_VERSION="$GIT_HASH-git"
|
||||||
|
|
||||||
if [ -n "${TRAVIS_TAG}" ]; then
|
if [ -n "${TRAVIS_TAG}" ]; then
|
||||||
export PKG_VERSION="$TRAVIS_TAG"
|
export PKG_VERSION="$TRAVIS_TAG"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user