Skip to content

Commit

Permalink
add-locale-to-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta committed Aug 2, 2022
1 parent 641fe2b commit 422fdab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taskcluster/mozillavpn_taskgraph/worker_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ def build_scriptworker_beetmover_payload(config, task, task_def):
map_["locale"] = "multi"
for path_config in map_["paths"].values():
path_config["checksums_path"] = ""
for artifact in worker["upstream-artifacts"]:
artifact["locale"] = "multi"
release_properties = {
"appName": worker["release-properties"]["app-name"],
"appVersion": worker["release-properties"]["app-version"],
Expand Down

0 comments on commit 422fdab

Please sign in to comment.