Skip to content

Commit e07240e

Browse files
authored
Update docs_deploy builder with the real name. (#116631)
This is removing the temporary comments and simplifying the name. Bug: flutter/flutter#115489
1 parent a570fd2 commit e07240e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.ci.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4682,12 +4682,7 @@ targets:
46824682
["framework", "hostonly", "shard", "windows"]
46834683
46844684
4685-
# TODO(drewroengoogle): Remove this target when the release scheduler is
4686-
# confirmed to be working correctly and as intended.
4687-
# (https://github.com/flutter/flutter/issues/100806)
4688-
# This target is marked `bringup: true` because this is a temporary target
4689-
# that is not intended to impact the tree.
4690-
- name: Linux docs_deploy_with_release_scheduler
4685+
- name: Linux docs_deploy
46914686
recipe: flutter/flutter
46924687
scheduler: release
46934688
bringup: true
@@ -4704,5 +4699,5 @@ targets:
47044699
["framework", "hostonly", "linux"]
47054700
validation: docs_deploy
47064701
validation_name: Docs_deploy
4702+
# TODO(godofredoc): Update to docs-flutter-dev before release.
47074703
firebase_project: master-docs-flutter-dev
4708-
release_ref: refs/heads/master

0 commit comments

Comments
 (0)