Skip to content

Commit 91d2c88

Browse files
committed
Get rid of clean task in CI build
1 parent 19d9d95 commit 91d2c88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ function logAndExec() {
8181
exec "${@}"
8282
}
8383

84-
# Clean by default otherwise the PackagedEntityManager tests fail on a node that previously ran a different DB
85-
logAndExec ./gradlew clean check ${goal} "${@}" -Plog-test-progress=true --stacktrace
84+
logAndExec ./gradlew check ${goal} "${@}" -Plog-test-progress=true --stacktrace

0 commit comments

Comments
 (0)