buildmaster: fix creating artifacts dir, again
This commit is contained in:
parent
017d95c14c
commit
50c29fad0d
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ from buildbot.process.properties import renderer
|
|||
def today(props):
|
||||
return datetime.datetime.now().strftime("%Y%m%d")
|
||||
|
||||
artifactsdir = Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/%(kw:today)s', today=today)
|
||||
artifactsdir = Interpolate('{{ public_artifacts_dir }}/%(kw:today)s/%(prop:uuid)s', today=today)
|
||||
|
||||
# create artifacts dir on master
|
||||
factory.addStep(MasterShellCommand(command=["mkdir", '-p', '-m', '0755', artifactsdir],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue