summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-01 12:08:51 -0700
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-01 12:08:51 -0700
commitb78f101478415a6c504c6aef98a1b71050ed0bbc (patch)
treee7284906df32c8b4e13b99f4ae08d857f631aaff /.ci
parentSecond attempt to fix failback text size for ImageItem (diff)
downloadnheko-b78f101478415a6c504c6aef98a1b71050ed0bbc.tar.xz
Add Dockerfile to create an AppImage for Debian (#156)
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/linux/create-packages.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/linux/create-packages.sh b/.ci/linux/create-packages.sh
index 8da5249e..37c21612 100755
--- a/.ci/linux/create-packages.sh
+++ b/.ci/linux/create-packages.sh
@@ -19,6 +19,10 @@ if [[ $TAG == nightly ]]; then
     TAG=${TRAVIS_BUILD_NUMBER}.nightly
 fi
 
+if [ -z "$TAG" ]; then
+    TAG=`git rev-parse --abbrev-ref HEAD`
+fi
+
 # Installing dependencies on travis.
 if [ ! -z "$TRAVIS_OS_NAME" ]; then
     sudo apt-add-repository -y ppa:brightbox/ruby-ng