mirror of https://github.com/apache/lucene.git
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…
Reference in New Issue