Skip to content
Snippets Groups Projects
Commit 4ee8df11 authored by Finn Ball's avatar Finn Ball Committed by finnball
Browse files

Ammended docs and gitlab ci to use configs

parent e55da704
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ before_script:
.run-dummy-job-template: &dummy-job
stage: test
script:
- ${BGD} server start --allow-insecure &
- ${BGD} server start buildgrid/_app/settings/default.yml &
- sleep 1 # Allow server to boot
- ${BGD} bot dummy &
- ${BGD} execute request-dummy --wait-for-completion
......
.. _dummy-build:
Dummy build
......@@ -8,7 +7,7 @@ In one terminal, start a server:
.. code-block:: sh
bgd server start --allow-insecure
bgd server start buildgrid/_app/settings/default.yml
In another terminal, send a request for work:
......
.. _simple-build:
Simple build
......@@ -27,7 +26,7 @@ Now start a BuildGrid server, passing it a directory it can write a CAS to:
.. code-block:: sh
bgd server start --allow-insecure --cas disk --cas-cache disk --cas-disk-directory /path/to/empty/directory
bgd server start buildgrid/_app/settings/default.yml
Start the following bot session:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment