Get rid of clean task in CI build
This commit is contained in:
parent
19d9d95a9e
commit
91d2c88d2e
|
@ -81,5 +81,4 @@ function logAndExec() {
|
|||
exec "${@}"
|
||||
}
|
||||
|
||||
# Clean by default otherwise the PackagedEntityManager tests fail on a node that previously ran a different DB
|
||||
logAndExec ./gradlew clean check ${goal} "${@}" -Plog-test-progress=true --stacktrace
|
||||
logAndExec ./gradlew check ${goal} "${@}" -Plog-test-progress=true --stacktrace
|
||||
|
|
Loading…
Reference in New Issue