We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a17e6 commit 734181aCopy full SHA for 734181a
scripts/common.sh.in
@@ -57,6 +57,7 @@ connection_type_server="server" # own server
57
connection_type_aws="aws" # aws s3
58
set +e
59
pushd zrythm
60
+git checkout v1 # use v1 branch
61
git describe --tags --exact-match && true || false
62
_is_tag=$?
63
popd
0 commit comments