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:
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/azure-pipelines/assertNoTranslationChanges.sh4
-rwxr-xr-x.ci/azure-pipelines/install-environment_linux_translations.bash2
2 files changed, 3 insertions, 3 deletions
diff --git a/.ci/azure-pipelines/assertNoTranslationChanges.sh b/.ci/azure-pipelines/assertNoTranslationChanges.sh
index 171da997a..0a11bcb32 100755
--- a/.ci/azure-pipelines/assertNoTranslationChanges.sh
+++ b/.ci/azure-pipelines/assertNoTranslationChanges.sh
@@ -8,7 +8,7 @@
set -e
# Get path to the updatetranslations script
-updateScript="$BUILD_SOURCESDIRECTORY/scripts/updatetranslations.sh"
+updateScript="$BUILD_SOURCESDIRECTORY/scripts/updatetranslations.py"
# Get current commit hash
oldHash=`git rev-parse HEAD`
@@ -18,7 +18,7 @@ git config user.name "CI"
git config user.email "ci@mumble.info"
# Execute updatetranslations that'll commit any translation changes
-$updateScript > /dev/null
+python $updateScript
echo
# Ger new commit hash
diff --git a/.ci/azure-pipelines/install-environment_linux_translations.bash b/.ci/azure-pipelines/install-environment_linux_translations.bash
index 1e20cd7a7..3b038af9d 100755
--- a/.ci/azure-pipelines/install-environment_linux_translations.bash
+++ b/.ci/azure-pipelines/install-environment_linux_translations.bash
@@ -10,4 +10,4 @@ set -x
sudo apt-get update
-sudo apt-get -y install qttools5-dev-tools qt5-qmake
+sudo apt-get -y install qttools5-dev-tools