LUCENE-7794: buildAndPushRelease.py should run validate and documentation-lint

This commit is contained in:
Steve Rowe 2017-04-28 10:14:38 -04:00
parent 1d316ea4cb
commit 929126a489
1 changed files with 2 additions and 2 deletions

View File

@ -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'))