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 11
11
| [ ` script/test ` ] ( #scripttest ) | Run the project's test suite |
12
12
| [ ` script/build ` ] ( #scriptbuild ) | Build the project's product(s) |
13
13
| [ ` script/ci ` ] ( #scriptci ) | Continuous integration script |
14
+ | [ ` script/ci-bootstrap ` ] ( #scriptcibootstrap ) | CI bootstrap script |
14
15
| [ ` script/server ` ] ( #scriptserver ) | Control project servers and services |
15
16
| [ ` script/console ` ] ( #scriptconsole ) | Access the project's console |
16
17
@@ -49,6 +50,10 @@ This script implements `--lint` and `--test` command line options to enable you
49
50
50
51
[ ` script/ci ` ] [ ci ] Continuous integration script.
51
52
53
+ ### script/ci-bootstrap
54
+
55
+ [ ` script/ci-bootstrap ` ] [ ci-bootstrap ] Prepare the CI environment.
56
+
52
57
### script/console
53
58
54
59
[ ` script/console ` ] [ console ] Open a console for the project.
@@ -66,4 +71,5 @@ The GitHub Engineering Team: [Scripts to Rule Them All](https://githubengineerin
66
71
[ test ] : test
67
72
[ build ] : build
68
73
[ ci ] : ci
74
+ [ ci-bootstrap ] : ci-bootstrap
69
75
[ console ] : console
You can’t perform that action at this time.
0 commit comments