Skip to content

Commit 4611945

Browse files
alexle0nteLuni-4
authored andcommitted
Fix documentation deployment task
1 parent 51794e0 commit 4611945

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.taskcluster.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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
479486
source: ${repository}/raw/${head_rev}/.taskcluster.yml
480487

0 commit comments

Comments
 (0)