Skip to content

Commit 98689ef

Browse files
authored
Do not try to run any tasks on firefox-ci Taskcluster until we have scopes. (#431)
1 parent 6d825a1 commit 98689ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.taskcluster.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ tasks:
5353

5454
taskboot_image: "mozilla/taskboot:0.2.1"
5555
in:
56+
# TODO: move the bot docker build flow on Firefox CI Taskcluster
57+
# when https://phabricator.services.mozilla.com/D63876 lands
58+
$if: "taskcluster_root_url == 'https://firefox-ci-tc.services.mozilla.com'"
59+
then: []
60+
else:
5661
- taskId: {$eval: as_slugid("check_lint")}
5762
provisionerId: proj-relman
5863
workerType: ci

0 commit comments

Comments
 (0)