buildmaster: do not include time in dir name
This commit is contained in:
parent
7df4b622ef
commit
a981011747
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ from buildbot.process.properties import renderer
|
|||
|
||||
@renderer
|
||||
def today(props):
|
||||
return datetime.datetime.now().strftime("%Y%m%d%H%M%S")
|
||||
return datetime.datetime.now().strftime("%Y%m%d")
|
||||
|
||||
# move artifacts dir
|
||||
factory.addStep(MasterShellCommand(command=["mkdir", '-p', '-m', '0755', Interpolate('{{ public_artifacts_dir }}/%(kw:today)s', today=today), '&&', 'mv', Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/'), Interpolate('{{ public_artifacts_dir }}/%(kw:today)s/', today=today)],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue