Skip to content

Commit 7c07b7a

Browse files
committed
fix
1 parent 1d38b29 commit 7c07b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/free-disk-space.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ removeUnusedFilesAndDirs() {
131131
"/usr/share/az_"*
132132
)
133133

134-
if [ -n "$AGENT_TOOLSDIRECTORY" ]; then
134+
if [ -z "$AGENT_TOOLSDIRECTORY" ]; then
135135
# Environment variable set by GitHub Actions
136136
to_remove+=(
137137
"${AGENT_TOOLSDIRECTORY}"

0 commit comments

Comments
 (0)