mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Fix typo in azure-pipelines.yml
"oficial" -> "official"
This commit is contained in:
parent
025ee87a7a
commit
928624d70a
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ stages:
|
|||
- script: make EXTRA_FLAGS=-Werror test-all
|
||||
displayName: 'Run all unit tests'
|
||||
- script: make EXTRA_FLAGS=-Werror all
|
||||
displayName: 'Build all oficial targets'
|
||||
displayName: 'Build all official targets'
|
||||
- script: mkdir release; cp obj/*.hex release/
|
||||
displayName: 'Copy artefacts'
|
||||
displayName: 'Copy artifacts'
|
||||
- task: PublishPipelineArtifact@1
|
||||
displayName: 'Publish Linux release'
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue