From d5b54e5d7b3acd9c4f1930a536386cf72e8570c3 Mon Sep 17 00:00:00 2001 From: Lizan Zhou Date: Fri, 24 Apr 2020 13:14:14 -0700 Subject: [PATCH] ci: update before purge in cleanup (#10938) Signed-off-by: Lizan Zhou --- .azure-pipelines/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/cleanup.sh b/.azure-pipelines/cleanup.sh index 0a3807d56ddd..72a9bbf9fa18 100755 --- a/.azure-pipelines/cleanup.sh +++ b/.azure-pipelines/cleanup.sh @@ -3,7 +3,7 @@ set -e # Temporary script to remove tools from Azure pipelines agent to create more disk space room. - +sudo apt-get -y update sudo apt-get purge -y 'ghc-*' 'zulu-*-azure-jdk' 'libllvm*' 'mysql-*' 'dotnet-*' 'cpp-*' dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn