mirror of
https://github.com/apache/lucene.git
synced 2025-03-03 06:49:38 +00:00
LUCENE-8579: Don't run bad apples when building a release.
This commit is contained in:
parent
75b1831967
commit
c074b97e79
@ -105,8 +105,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
|
||||
print(' Check DOAP files')
|
||||
checkDOAPfiles(version)
|
||||
|
||||
print(' ant clean test validate documentation-lint')
|
||||
run('ant clean test validate documentation-lint')
|
||||
print(' ant -Dtests.badapples=false clean test validate documentation-lint')
|
||||
run('ant -Dtests.badapples=false clean test validate documentation-lint')
|
||||
|
||||
open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user