From 1de08b05b257179806613e5696d2c4c23bbf7ea6 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 13 Mar 2019 23:58:17 +0500 Subject: [PATCH] azure pipelines linux: remove not needed setting --- .ci/azure-pipelines-linux.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/azure-pipelines-linux.yml b/.ci/azure-pipelines-linux.yml index 430f71db..85f9c807 100644 --- a/.ci/azure-pipelines-linux.yml +++ b/.ci/azure-pipelines-linux.yml @@ -5,8 +5,6 @@ jobs: vmImage: ubuntu-16.04 variables: CPACK_GENERATOR: DEB - strategy: - maxParallel: 8 steps: - checkout: self submodules: recursive