mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
builders.py: Ensure we use get_publish_dest, not config.publish_dest
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
67a636ee44
commit
b8e5905a07
|
@ -183,7 +183,7 @@ factory.addStep(steps.ShellCommand(
|
||||||
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/prepare-shared-repos"),
|
util.Interpolate("%(prop:builddir)s/yocto-autobuilder-helper/scripts/prepare-shared-repos"),
|
||||||
util.Interpolate("%(prop:builddir)s/layerinfo.json"),
|
util.Interpolate("%(prop:builddir)s/layerinfo.json"),
|
||||||
util.Interpolate("{}/%(prop:buildername)s-%(prop:buildnumber)s".format(config.sharedrepodir)),
|
util.Interpolate("{}/%(prop:buildername)s-%(prop:buildnumber)s".format(config.sharedrepodir)),
|
||||||
config.publish_dest],
|
get_publish_dest],
|
||||||
haltOnFailure=True,
|
haltOnFailure=True,
|
||||||
name="Prepare shared repositories"))
|
name="Prepare shared repositories"))
|
||||||
factory.addStep(steps.SetProperty(
|
factory.addStep(steps.SetProperty(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user