mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove version number for nightly releases
This commit is contained in:
parent
117a739bc4
commit
1d7548dae2
1 changed files with 2 additions and 3 deletions
|
@ -15,9 +15,8 @@ if [[ $TAG == v* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Prepend nightly with the latest version.
|
# Prepend nightly with the latest version.
|
||||||
if [[ $TAG == "nightly" ]]; then
|
if [[ $TAG == nightly ]]; then
|
||||||
LATEST_VERSION=`git tag -l | grep "^v" | sort | head -n 1`
|
TAG=${TRAVIS_BUILD_NUMBER}.nightly
|
||||||
TAG=${LATEST_VERSION#?}.nightly
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Installing dependencies on travis.
|
# Installing dependencies on travis.
|
||||||
|
|
Loading…
Reference in a new issue