Skip to content

Commit af7e1ab

Browse files
authored
Merge pull request #402 from daleckystepan/fix_azure_pipelines
Fix azure pipelines
2 parents 59b383c + 34cdb94 commit af7e1ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ variables:
1515
owner: betaflight
1616
repoName: betaflight-tx-lua-scripts-nightlies
1717
releaseNotes: This is a nightly build off the tip of 'master'. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.**
18+
vmImage: 'ubuntu-20.04'
1819

1920
name: $(Date:yyyyMMdd).$(BuildID)
2021

@@ -36,7 +37,7 @@ stages:
3637
jobs:
3738
- job: 'Linux'
3839
pool:
39-
vmImage: 'ubuntu-20.04'
40+
vmImage: '$(vmImage)'
4041
steps:
4142
- script: sudo apt-get -y install lua5.2
4243
displayName: 'Install lua compiler.'
@@ -51,6 +52,8 @@ stages:
5152
- stage: Release
5253
jobs:
5354
- job: Release
55+
pool:
56+
vmImage: '$(vmImage)'
5457
steps:
5558
- task: DownloadPipelineArtifact@2
5659
inputs:

0 commit comments

Comments
 (0)