From 6500a8d3bb145f52f9a5b719a20fb1f2ebe5741b Mon Sep 17 00:00:00 2001 From: Scott McKenzie Date: Sun, 31 May 2020 06:26:17 +1000 Subject: [PATCH] Fix YAML intendation --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5541c6a..d683c5b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,18 +32,18 @@ jobs: workingDirectory: $(workingDirectory) displayName: 'Get version' - - script: | - ./scripts/feeds update -a - ./scripts/feeds install -a - workingDirectory: $(workingDirectory) - displayName: 'Update package feeds' + - script: | + ./scripts/feeds update -a + ./scripts/feeds install -a + workingDirectory: $(workingDirectory) + displayName: 'Update package feeds' - script: | git cherry-pick --strategy=recursive -X theirs 9f43594e3a28deeea18cfa40acd0b1388e64f600 workingDirectory: $(workingDirectory)/feeds/packages displayName: 'Update LXC package to version 4.0.2' -- script: | + - script: | cp .config $(workingDirectory) displayName: 'Copy .config file'