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
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-01-02 18:46:08 +0300
committerRobert Adam <dev@robert-adam.de>2022-01-02 18:46:08 +0300
commitd336491b2d52b5371bf90a8fc61eb18a17653dce (patch)
tree42f35c0e9dbd460cb025cc802b0316c97f52cc60 /.ci/azure-pipelines/build_linux.bash
parent6caa808e67fe72b797fec42d9821e9e2242ca74b (diff)
BUILD: Fix build error
ef045be7fe04657e27141922000d84a144b75c26 changed how the mumble-version.py script works, but these two scripts have not been adapted to it yet. This commit fixes that.
Diffstat (limited to '.ci/azure-pipelines/build_linux.bash')
-rwxr-xr-x.ci/azure-pipelines/build_linux.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines/build_linux.bash b/.ci/azure-pipelines/build_linux.bash
index b0b2e6a50..7116c30ce 100755
--- a/.ci/azure-pipelines/build_linux.bash
+++ b/.ci/azure-pipelines/build_linux.bash
@@ -20,7 +20,7 @@
#
if [[ -n "$MUMBLE_BUILD_NUMBER_TOKEN" ]]; then
- VERSION=$(python "scripts/mumble-version.py" --format version)
+ VERSION=$(python "scripts/mumble-version.py")
BUILD_NUMBER=$(curl "https://mumble.info/get-build-number?commit=${BUILD_SOURCEVERSION}&version=${VERSION}&token=${MUMBLE_BUILD_NUMBER_TOKEN}")
else
BUILD_NUMBER=0