mirror of https://github.com/apache/lucene.git
LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint
This commit is contained in:
parent
1d316ea4cb
commit
929126a489
|
@ -97,8 +97,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
|
|||
print(' Check DOAP files')
|
||||
checkDOAPfiles(version)
|
||||
|
||||
print(' ant clean test')
|
||||
run('ant clean test')
|
||||
print(' ant clean test validate documentation-lint')
|
||||
run('ant clean test validate documentation-lint')
|
||||
|
||||
open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
|
||||
|
||||
|
|
Loading…
Reference in New Issue