finn pushed to branch master at BuildGrid / buildgrid
Commits:
-
dc509c12
by Finn at 2018-10-01T08:14:08Z
1 changed file:
Changes:
... | ... | @@ -20,7 +20,7 @@ In one terminal, start a server: |
20 | 20 |
|
21 | 21 |
In another terminal, upload an action to CAS:
|
22 | 22 |
|
23 |
-.. code-block::sh
|
|
23 |
+.. code-block:: sh
|
|
24 | 24 |
|
25 | 25 |
bgd cas upload-dummy
|
26 | 26 |
|
... | ... | @@ -34,7 +34,7 @@ The stage should show as ``QUEUED`` as it awaits a bot to pick up the work: |
34 | 34 |
|
35 | 35 |
.. code-block:: sh
|
36 | 36 |
|
37 |
- bgd execute list
|
|
37 |
+ bgd operation list
|
|
38 | 38 |
|
39 | 39 |
Create a bot session:
|
40 | 40 |
|
... | ... | @@ -46,7 +46,7 @@ Show the work as completed: |
46 | 46 |
|
47 | 47 |
.. code-block:: sh
|
48 | 48 |
|
49 |
- bgd execute list
|
|
49 |
+ bgd operation list
|
|
50 | 50 |
|
51 | 51 |
|
52 | 52 |
.. _simple-build:
|