From b78f101478415a6c504c6aef98a1b71050ed0bbc Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 1 Feb 2018 12:08:51 -0700 Subject: Add Dockerfile to create an AppImage for Debian (#156) --- .ci/linux/create-packages.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.ci') 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 -- cgit 1.4.1