mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
fix pipeline error
/.azure/pipelines/azure-pipelines-clean-agent.yml (Line: 18, Col: 1): Unexpected value 'stages'
This commit is contained in:
parent
1d456c3134
commit
1f1dafdd82
1 changed files with 28 additions and 37 deletions
|
|
@ -15,17 +15,8 @@ parameters:
|
|||
type: string
|
||||
default: publish
|
||||
|
||||
stages:
|
||||
- stage: cleanupAgent
|
||||
displayName: Clean-up Agent Folders
|
||||
lockBehavior: runLatest
|
||||
|
||||
jobs:
|
||||
- job: cleanupAgent
|
||||
displayName: Clean-up Agent Folders
|
||||
|
||||
steps:
|
||||
- task: PowerShell@2
|
||||
steps:
|
||||
- task: PowerShell@2
|
||||
displayName: Clean-up Agent Folders
|
||||
condition: always()
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue