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:
Gregory Szorc
2018-05-04 17:23:31 -07:00
parent 4fd6c1066c
commit 7e947fd801
10 changed files with 17 additions and 17 deletions

View File

@@ -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