summary refs log tree commit diff
path: root/.ci/linux/create-packages.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/linux/create-packages.sh')
-rwxr-xr-x.ci/linux/create-packages.sh5
1 files 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.