Skip to content

Commit

Permalink
Merge pull request #402 from daleckystepan/fix_azure_pipelines
Browse files Browse the repository at this point in the history
Fix azure pipelines
  • Loading branch information
klutvott123 authored Oct 24, 2021
2 parents 59b383c + 34cdb94 commit af7e1ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ variables:
owner: betaflight
repoName: betaflight-tx-lua-scripts-nightlies
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.**
vmImage: 'ubuntu-20.04'

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

Expand All @@ -36,7 +37,7 @@ stages:
jobs:
- job: 'Linux'
pool:
vmImage: 'ubuntu-20.04'
vmImage: '$(vmImage)'
steps:
- script: sudo apt-get -y install lua5.2
displayName: 'Install lua compiler.'
Expand All @@ -51,6 +52,8 @@ stages:
- stage: Release
jobs:
- job: Release
pool:
vmImage: '$(vmImage)'
steps:
- task: DownloadPipelineArtifact@2
inputs:
Expand Down

0 comments on commit af7e1ab

Please # to comment.