Skip to content
Snippets Groups Projects
Commit 1d7548da authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Remove version number for nightly releases

parent 117a739b
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,8 @@ if [[ $TAG == v* ]]; then
fi
# Prepend nightly with the latest version.
if [[ $TAG == "nightly" ]]; then
LATEST_VERSION=`git tag -l | grep "^v" | sort | head -n 1`
TAG=${LATEST_VERSION#?}.nightly
if [[ $TAG == nightly ]]; then
TAG=${TRAVIS_BUILD_NUMBER}.nightly
fi
# Installing dependencies on travis.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment