Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2021-02-24 10:51:40 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2021-02-24 10:56:00 +0300
commit91a6bfc9168b95b3c778f29f11faf02582ef0e38 (patch)
treef7c1537ede550fb2435d8a28537630f48da5b7e8 /.ci
parent569336e78a9a5d516306f2ba2d9ce7e35afbf622 (diff)
CI(macos): Fix release ID not being set for macOS package
The issue was introduced in ab6b6d142c3a40bd8beaa3cfdb1d16ad2002a5ed and is only cosmetic. More specifically, the volume name is set to "Mumble " (trailing space at the end) because the version string is empty.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/azure-pipelines/build_macos.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines/build_macos.bash b/.ci/azure-pipelines/build_macos.bash
index ba2671ade..92366a2c4 100755
--- a/.ci/azure-pipelines/build_macos.bash
+++ b/.ci/azure-pipelines/build_macos.bash
@@ -49,6 +49,6 @@ cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=$MUMBLE_ENVIRONMENT_TOOLCHAIN -DIce_HOME="
cmake --build .
ctest --verbose
-$BUILD_SOURCESDIRECTORY/macx/scripts/osxdist.py --version=$VER --source-dir=$BUILD_SOURCESDIRECTORY --binary-dir=.
+$BUILD_SOURCESDIRECTORY/macx/scripts/osxdist.py --version=$RELEASE_ID --source-dir=$BUILD_SOURCESDIRECTORY --binary-dir=.
mv *.dmg $BUILD_ARTIFACTSTAGINGDIRECTORY