Skip to content

Commit

Permalink
Fix YAML intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckenzie committed May 30, 2020
1 parent 0b24dd1 commit 6500a8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6500a8d

Please sign in to comment.