File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11version : 1
2+ reporting : checks-v1
23policy :
34 pullRequests : public
45tasks :
5- - $if : ' (tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "synchronize"])'
6+ - $if : ' (tasks_for == "github-pull-request" && event["action"] in ["opened", "reopened", "synchronize"])'
67 then :
78 taskId : {$eval: as_slugid("toc-test")}
89 created : {$fromNow: ''}
1617 - /bin/bash
1718 - ' -c'
1819 - >-
19- git clone ${event.pull_request.head.repo.git_url } taskcluster-worker-runner &&
20- cd taskcluster-worker-runner &&
20+ git clone ${event.pull_request.head.repo.clone_url } taskcluster-rfcs &&
21+ cd taskcluster-rfcs &&
2122 git config advice.detachedHead false &&
2223 git checkout ${event.pull_request.head.sha} &&
2324 python maketoc.py &&
You can’t perform that action at this time.
0 commit comments