Bug 1459737 - Move run-task into taskcluster/scripts; r=dustin
In preparation for making it usable on Windows, after which point having it in a directory with "docker" in it doesn't make much sense. MozReview-Commit-ID: Hgu0buFyJwF
This commit is contained in:
@@ -36,7 +36,7 @@ from voluptuous import Any, Required, Optional, Extra
|
||||
from taskgraph import GECKO, MAX_DEPENDENCIES
|
||||
from ..util import docker as dockerutil
|
||||
|
||||
RUN_TASK = os.path.join(GECKO, 'taskcluster', 'docker', 'recipes', 'run-task')
|
||||
RUN_TASK = os.path.join(GECKO, 'taskcluster', 'scripts', 'run-task')
|
||||
|
||||
|
||||
@memoize
|
||||
|
||||
Reference in New Issue
Block a user