customize

This commit is contained in:
AF 2023-08-05 17:06:48 +00:00
parent a514acb736
commit 2be7eab67d

View File

@ -143,10 +143,10 @@ factory.addStep(
steps.DirectoryUpload( steps.DirectoryUpload(
workersrc=DOC_DIR, workersrc=DOC_DIR,
masterdest=util.Interpolate( masterdest=util.Interpolate(
"/buildbot_share/docs/radn-rs/%(worker:rust_version)s/" "/buildbot_share/docs/radn-rs/%(prop:rust_version)s/"
), ),
url=util.Interpolate( url=util.Interpolate(
"https://radn.parrrate.ru/latest/docs/%(worker:rust_version)s/radn_rs/" "https://radn.parrrate.ru/latest/docs/%(prop:rust_version)s/radn_rs/"
), ),
) )
) )