mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-23 17:25:54 +01:00
Fixes the way GIT_BRANCH is evalueated
This commit is contained in:
committed by
Dmitry Vedenko
parent
6da25e1646
commit
5f05b798f6
@@ -21,4 +21,4 @@ gh_export GIT_HASH_SHORT="$(git show -s --format='%h')"
|
|||||||
gh_export AUDACITY_BUILD_TYPE="RelWithDebInfo"
|
gh_export AUDACITY_BUILD_TYPE="RelWithDebInfo"
|
||||||
gh_export AUDACITY_INSTALL_PREFIX="${repository_root}/build/install"
|
gh_export AUDACITY_INSTALL_PREFIX="${repository_root}/build/install"
|
||||||
|
|
||||||
gh_export GIT_BRANCH=${GITHUB_REF##*/}
|
gh_export GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||||
|
|||||||
Reference in New Issue
Block a user