Skip to content

Commit

Permalink
update-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta committed Aug 3, 2022
1 parent 2a44192 commit 5034266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/mozillavpn_taskgraph/transforms/beetmover.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def add_beetmover_worker_config(config, tasks):
)
destination_paths = [candidates_path]
archive_url = "https://ftp.stage.mozaws.net/" if config.params["level"] != 3 else "https://ftp.mozilla.org/"
task_description = f"This {worker_type} task will upload a release candidate for v{app_version} of the {app_name} on {build_os} to {archive_url}{candidates_path}"
task_description = f"This {worker_type} task will upload a {build_os} release candidate for {app_name} v{app_version} to {archive_url}{candidates_path}/"
branch = config.params["head_ref"]

def get_artifact_path(path):
Expand Down

0 comments on commit 5034266

Please sign in to comment.