summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-12-19 18:52:45 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2018-12-19 18:52:45 +0100
commit0428325a26224735c98640f26cbec7f84fd37c3c (patch)
treea71a2de7eeb0b9adb15abb1bb809242594712040
parentbf8f7fd58a7a0e53cb6c0e3b5a39e962b746d2c5 (diff)
[pkg] do not fail in snap package when no tags
-rwxr-xr-xsnap/version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/version.sh b/snap/version.sh
index dc33763..df01df3 100755
--- a/snap/version.sh
+++ b/snap/version.sh
@@ -1,4 +1,4 @@
#!/bin/sh
git clone https://0xacab.org/leap/bitmask-systray 2> /dev/null > /dev/null
-git -C bitmask-systray describe --tags | tee snap/version.txt
+git -C bitmask-systray describe --tags --always | tee snap/version.txt
rm -rf bitmask-systray