File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -450,15 +450,22 @@ tasks:
450
450
taskId : {$eval: as_slugid("deploy_documentation")}
451
451
dependencies :
452
452
- {$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")}
453
456
created : {$fromNow: ''}
454
457
deadline : {$fromNow: '2 hour'}
455
458
provisionerId : proj-relman
456
459
workerType : ci
460
+ scopes :
461
+ - secrets:get:project/relman/rust-code-analysis/deploy
457
462
payload :
458
463
features :
459
464
taskclusterProxy : true
460
465
maxRunTime : 3600
461
466
image : " ${taskboot_image}"
467
+ env :
468
+ TASKCLUSTER_SECRET : project/relman/rust-code-analysis/deploy
462
469
command :
463
470
- " /bin/sh"
464
471
- " -cxe"
@@ -473,8 +480,8 @@ tasks:
473
480
taskboot git-push --force-push github.com/mozilla/rust-code-analysis moz-tools-bot gh-pages
474
481
rm -rf book.tar.gz
475
482
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
478
485
479
486
source : ${repository}/raw/${head_rev}/.taskcluster.yml
480
487
You can’t perform that action at this time.
0 commit comments