use dedicated release log in order to build lucene & es releases in parallel
This commit is contained in:
parent
8e0291823a
commit
098cbef6d0
|
@ -54,7 +54,7 @@ Once it's done it will print all the remaining steps.
|
|||
- S3 keys exported via ENV Variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
"""
|
||||
|
||||
LOG = '/tmp/release.log'
|
||||
LOG = '/tmp/elasticsearch_release.log'
|
||||
|
||||
def log(msg):
|
||||
log_plain('\n%s' % msg)
|
||||
|
|
Loading…
Reference in New Issue