From 928624d70ac6f8c71415c1e69f2f8bd7abc0466a Mon Sep 17 00:00:00 2001 From: Hans Christian Olaussen <41271048+klutvott123@users.noreply.github.com> Date: Wed, 31 Mar 2021 12:13:00 +0200 Subject: [PATCH] Fix typo in azure-pipelines.yml "oficial" -> "official" --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb6b72d2f0..6f542639f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: