Skip to content

Commit

Permalink
use-scriptworker-task-type
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta committed Aug 8, 2022
1 parent 17b494d commit 8e77bc5
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 @@ -41,7 +41,7 @@ def add_beetmover_worker_config(config, tasks):
"taskId": {
"task-reference": f"<{dep}>"
},
"taskType": f"{dep}",
"taskType": "scriptworker",
"paths": [release_artifact["name"] for release_artifact in task["attributes"]["release-artifacts"]]
}
)
Expand Down

0 comments on commit 8e77bc5

Please sign in to comment.