mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
builders: Fix syntax/typo in get_publish_dest()
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
063c5798fd
commit
e34df24042
|
@ -47,7 +47,7 @@ def get_publish_dest(props):
|
|||
if rc_number:
|
||||
snapshot += "." + rc_number
|
||||
|
||||
rel_name = util.Interpolate("yocto-%(prop:yocto_number)s%s")
|
||||
rel_name = util.Interpolate("yocto-%(prop:yocto_number)s")
|
||||
rel_name += snapshot
|
||||
dest = os.path.join(config.publish_dest, rel_name)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user