diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-01 12:08:51 -0700 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-01 12:08:51 -0700 |
commit | b78f101478415a6c504c6aef98a1b71050ed0bbc (patch) | |
tree | e7284906df32c8b4e13b99f4ae08d857f631aaff /.ci | |
parent | Second attempt to fix failback text size for ImageItem (diff) | |
download | nheko-b78f101478415a6c504c6aef98a1b71050ed0bbc.tar.xz |
Add Dockerfile to create an AppImage for Debian (#156)
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/linux/create-packages.sh | 4 |
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 |