Skip to content

Commit eb3f5ed

Browse files
committed
wip
1 parent 5bbdfe0 commit eb3f5ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jenkins.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Check console output at "<a href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANC
134134
set -eu
135135
base_dir="../../../.."
136136
if [ -d "$base_dir" ]; then
137-
find "$base_dir" -name MatrixCheckout -mindepth 3 -maxdepth 3 -type d -mtime +30 -print # -exec rm -rf {} +
137+
find "$base_dir" -name MatrixCheckout -type d -mtime +30 -print # -exec rm -rf {} +
138138
fi
139139
'''
140140
}

0 commit comments

Comments
 (0)