Skip to content

Commit

Permalink
ci: Add cleanup script to azp config (envoyproxy#22410)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Jul 26, 2022
1 parent 0738a48 commit 0512f18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ stages:
pool:
vmImage: "ubuntu-18.04"
steps:
- bash: .azure-pipelines/cleanup.sh
displayName: "Removing tools from agent"
- bash: |
echo "disk space at beginning of build:"
df -h
Expand Down

0 comments on commit 0512f18

Please sign in to comment.