1
0
Fork 0
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:
Hans Christian Olaussen 2021-03-31 12:13:00 +02:00
parent 025ee87a7a
commit 928624d70a

View file

@ -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: