Skip to content

Commit 08e8dd3

Browse files
committed
oops, fix regression in Jenkins script
1 parent b2f3f97 commit 08e8dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/jobs/integrate/community-build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e
44

55
# otherwise these directories just keep growing.
66
# see scala/scala-jenkins-infra#115
7-
rm -rf target-$DBUILDVERSION/project-builds
8-
rm -rf target-$DBUILDVERSION/extraction
7+
rm -rf target-*/project-builds
8+
rm -rf target-*/extraction
99

1010
# TODO: in scala-jenkins-infra, make an actual parameter for
1111
# specifying projects to be built, instead of hijacking the

0 commit comments

Comments
 (0)