Skip to content

Commit

Permalink
[backport/1.20] release: Fix diskspace issue (1.20.6) (envoyproxy#21832)
Browse files Browse the repository at this point in the history
release: Fix diskspace issue (1.20.6)

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jun 23, 2022
1 parent 55f87e5 commit ad78e0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 Expand Up @@ -366,9 +368,6 @@ stages:
pool:
vmImage: "ubuntu-18.04"
steps:
- bash: .azure-pipelines/cleanup.sh
displayName: "Removing tools from agent"

- task: Cache@2
inputs:
key: "docs | ./WORKSPACE | **/*.bzl"
Expand Down

0 comments on commit ad78e0a

Please sign in to comment.