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,15 +15,6 @@ parameters:
|
||||||
type: string
|
type: string
|
||||||
default: publish
|
default: publish
|
||||||
|
|
||||||
stages:
|
|
||||||
- stage: cleanupAgent
|
|
||||||
displayName: Clean-up Agent Folders
|
|
||||||
lockBehavior: runLatest
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
- job: cleanupAgent
|
|
||||||
displayName: Clean-up Agent Folders
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Clean-up Agent Folders
|
displayName: Clean-up Agent Folders
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue