From 1d7548dae28b21db9427635603537c399a90ee7b Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 30 Jan 2018 16:13:54 -0700 Subject: [PATCH] Remove version number for nightly releases --- .ci/linux/create-packages.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.ci/linux/create-packages.sh b/.ci/linux/create-packages.sh index 00d80e93..8da5249e 100755 --- a/.ci/linux/create-packages.sh +++ b/.ci/linux/create-packages.sh @@ -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.