Skip to content

Commit

Permalink
Add 'mac-notarization' to beetmover allowlist to fix 'beetmover-promo…
Browse files Browse the repository at this point in the history
…te-mac' task (#9008) (#9009)

Co-authored-by: Andrew Halberstadt <[email protected]>
  • Loading branch information
strseb and ahal authored Jan 23, 2024
1 parent 23073fb commit b9f620b
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", "repackage-signing", "signing"):
if dep not in ("build", "mac-notarization", "repackage-signing", "signing"):
continue
upstream_artifacts.append(
{
Expand Down

0 comments on commit b9f620b

Please sign in to comment.