File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1111| [ ` script/test ` ] ( #scripttest ) | Run the project's test suite |
1212| [ ` script/build ` ] ( #scriptbuild ) | Build the project's product(s) |
1313| [ ` script/ci ` ] ( #scriptci ) | Continuous integration script |
14+ | [ ` script/ci-bootstrap ` ] ( #scriptcibootstrap ) | CI bootstrap script |
1415| [ ` script/server ` ] ( #scriptserver ) | Control project servers and services |
1516| [ ` script/console ` ] ( #scriptconsole ) | Access the project's console |
1617
@@ -49,6 +50,10 @@ This script implements `--lint` and `--test` command line options to enable you
4950
5051[ ` script/ci ` ] [ ci ] Continuous integration script.
5152
53+ ### script/ci-bootstrap
54+
55+ [ ` script/ci-bootstrap ` ] [ ci-bootstrap ] Prepare the CI environment.
56+
5257### script/console
5358
5459[ ` script/console ` ] [ console ] Open a console for the project.
@@ -66,4 +71,5 @@ The GitHub Engineering Team: [Scripts to Rule Them All](https://githubengineerin
6671[ test ] : test
6772[ build ] : build
6873[ ci ] : ci
74+ [ ci-bootstrap ] : ci-bootstrap
6975[ console ] : console
You can’t perform that action at this time.
0 commit comments