From 0512f18b764828497febd0f6dcecc1861003d614 Mon Sep 17 00:00:00 2001 From: phlax Date: Tue, 26 Jul 2022 18:49:36 +0100 Subject: [PATCH] ci: Add cleanup script to azp config (#22410) Signed-off-by: Ryan Northey --- .azure-pipelines/pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/pipelines.yml b/.azure-pipelines/pipelines.yml index 6bec32d3ec1a..3492a5eedaa8 100644 --- a/.azure-pipelines/pipelines.yml +++ b/.azure-pipelines/pipelines.yml @@ -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