mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Merge pull request #10655 from klutvott123/typo-fix
Fix typo in azure-pipelines.yml
This commit is contained in:
commit
76b6415d34
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ stages:
|
||||||
- script: make EXTRA_FLAGS=-Werror test-all
|
- script: make EXTRA_FLAGS=-Werror test-all
|
||||||
displayName: 'Run all unit tests'
|
displayName: 'Run all unit tests'
|
||||||
- script: make EXTRA_FLAGS=-Werror all
|
- script: make EXTRA_FLAGS=-Werror all
|
||||||
displayName: 'Build all oficial targets'
|
displayName: 'Build all official targets'
|
||||||
- script: mkdir release; cp obj/*.hex release/
|
- script: mkdir release; cp obj/*.hex release/
|
||||||
displayName: 'Copy artefacts'
|
displayName: 'Copy artifacts'
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
displayName: 'Publish Linux release'
|
displayName: 'Publish Linux release'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue