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>2021-07-15 18:04:46 +0300
committerGitHub <noreply@github.com>2021-07-15 18:04:46 +0300
commit0617db16d257b7b1b1b04a916a166c6e100b9617 (patch)
treef179d5c0ac41231045398541df37d1b3382ba4e0
parentdfaebc7d1eaedea9b79ea2a3828443c934fe073e (diff)
parent6c2f5b33ebb3405b6bcfe5daa30d86781e9c6ade (diff)
Merge PR #5195: Backport "CI(azure): Don't package AppImage (#5191)" to 1.4.x
-rw-r--r--.ci/azure-pipelines/steps_linux.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.ci/azure-pipelines/steps_linux.yml b/.ci/azure-pipelines/steps_linux.yml
index e2a204f48..e1fca6316 100644
--- a/.ci/azure-pipelines/steps_linux.yml
+++ b/.ci/azure-pipelines/steps_linux.yml
@@ -14,8 +14,8 @@ steps:
displayName: 'Build'
- script: 'cd $BUILD_BINARIESDIRECTORY; ctest --verbose'
displayName: 'Test'
- - script: .ci/azure-pipelines/package_AppImage.bash
- displayName: 'Release'
- - template: task-publish-artifacts.yml
- parameters:
- name: "AppImage"
+# - script: .ci/azure-pipelines/package_AppImage.bash
+# displayName: 'Release'
+# - template: task-publish-artifacts.yml
+# parameters:
+# name: "AppImage"