File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -450,15 +450,22 @@ tasks:
450450 taskId : {$eval: as_slugid("deploy_documentation")}
451451 dependencies :
452452 - {$eval: as_slugid("build_documentation")}
453+ - {$eval: as_slugid("lint_test_task")}
454+ - {$eval: as_slugid("ccov_test_task")}
455+ - {$eval: as_slugid("windows_test_task")}
453456 created : {$fromNow: ''}
454457 deadline : {$fromNow: '2 hour'}
455458 provisionerId : proj-relman
456459 workerType : ci
460+ scopes :
461+ - secrets:get:project/relman/rust-code-analysis/deploy
457462 payload :
458463 features :
459464 taskclusterProxy : true
460465 maxRunTime : 3600
461466 image : " ${taskboot_image}"
467+ env :
468+ TASKCLUSTER_SECRET : project/relman/rust-code-analysis/deploy
462469 command :
463470 - " /bin/sh"
464471 - " -cxe"
@@ -473,8 +480,8 @@ tasks:
473480 taskboot git-push --force-push github.com/mozilla/rust-code-analysis moz-tools-bot gh-pages
474481 rm -rf book.tar.gz
475482 metadata :
476- name : " rust-code-analysis- book deploy on GitHub pages "
477- description : rust-code-analysis- book deploy on GitHub pages
483+ name : " rust-code-analysis book deployment "
484+ description : rust-code-analysis book deployment on GitHub Pages
478485 owner : cdenizet@mozilla.com
479486 source : ${repository}/raw/${head_rev}/.taskcluster.yml
480487
You can’t perform that action at this time.
0 commit comments