Skip to content

Commit

Permalink
bug 1485680 - make the relpro action a hook. r=dustin
Browse files Browse the repository at this point in the history
make the relpro action a hook.

Differential Revision: https://phabricator.services.mozilla.com/D5581

--HG--
extra : moz-landing-system : lando
  • Loading branch information
escapewindow committed Mar 12, 2019
1 parent 43dd4ce commit dd63822
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taskcluster/taskgraph/actions/release_promotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ def get_flavors(graph_config, param):
title='Release Promotion',
symbol='${input.release_promotion_flavor}',
description="Promote a release.",
# Bug 1485680
kind='task',
generic=False,
order=500,
context=[],
available=is_release_promotion_available,
Expand Down

0 comments on commit dd63822

Please sign in to comment.