1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Merge pull request #10655 from klutvott123/typo-fix

Fix typo in azure-pipelines.yml
This commit is contained in:
Michael Keller 2021-04-26 15:45:03 +12:00 committed by GitHub
commit 76b6415d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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