From cd0c090658387552d376d7d10ca040f440cd77f5 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Wed, 17 Jul 2024 00:59:51 -0700 Subject: [PATCH] Update cli-space-cleanup.sh --- .github/cli-space-cleanup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/cli-space-cleanup.sh b/.github/cli-space-cleanup.sh index 035fede94..8fd1cfdc8 100755 --- a/.github/cli-space-cleanup.sh +++ b/.github/cli-space-cleanup.sh @@ -1,5 +1,3 @@ -#!/bin/bash - removePacks=( '^llvm-.*' 'php.*' '^mongodb-.*' '^mysql-.*' '^dotnet-sdk-.*' 'azure-cli' 'google-cloud-cli' 'google-chrome-stable' 'firefox' 'powershell*' 'microsoft-edge-stable' 'mono-devel' ) for pack in "${removePacks[@]}"; do echo "REMOVING ${pack}"