From eed553c57aa0c1c252b522a9c676ddb0867e0b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Daleck=C3=BD?= Date: Fri, 22 Oct 2021 18:28:03 +0200 Subject: [PATCH] Fix Azure pipelines --- azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c8d3c6f3..1d1738bcb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,7 @@ variables: owner: betaflight repoName: betaflight-pull-requests releaseNotes: This is a build of a community provided pull request. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.** + vmImage: 'ubuntu-20.04' name: $(Build.RequestedFor)_$(Build.SourceBranchName)_$(BuildID) @@ -41,7 +42,7 @@ stages: jobs: - job: 'Linux' pool: - vmImage: 'ubuntu-20.04' + vmImage: '$(vmImage)' steps: - script: make arm_sdk_install displayName: 'Install the build toolchain' @@ -64,7 +65,8 @@ stages: - stage: Release jobs: - job: Release - + pool: + vmImage: '$(vmImage)' steps: - task: DownloadPipelineArtifact@2 inputs: