Skip to content

Commit

Permalink
[VPN-6080] Fix regression to beetmover-promote-windows task (#8958)
Browse files Browse the repository at this point in the history
This fixes a regression from #8931 to the Windows beetmover task.
  • Loading branch information
ahal authored Jan 15, 2024
1 parent 4920011 commit 4e3d72f
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 @@ -103,7 +103,7 @@ def add_beetmover_worker_config(config, tasks):

upstream_artifacts = []
for dep in task["dependencies"]:
if dep not in ("build", "signing"):
if dep not in ("build", "repackage-signing", "signing"):
continue
upstream_artifacts.append(
{
Expand Down

0 comments on commit 4e3d72f

Please sign in to comment.