mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1443104 - fix update folder in bouncer submission release job. r=jlorenzo,Callek a=release CLOSED TREE
MozReview-Commit-ID: E1vqqaG1PE9 --HG-- extra : source : f149ea88f20108dec9d7937b8f45138744461150
This commit is contained in:
parent
1be7be6e95
commit
1286d6d33e
@ -181,7 +181,7 @@ def craft_paths_per_bouncer_platform(product, bouncer_product, bouncer_platforms
|
||||
product=product.lower(),
|
||||
version=current_version,
|
||||
build_number=current_build_number,
|
||||
update_folder='updates/' if '-mar' in bouncer_product else '',
|
||||
update_folder='update/' if '-mar' in bouncer_product else '',
|
||||
ftp_platform=ftp_platform,
|
||||
file=file_name,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user