Skip to content

Commit

Permalink
doc: fix multiple config paths setting on Early Access page
Browse files Browse the repository at this point in the history
The config settings (--yaml-config) can take several values, but the
first one should be the standard one in /etc/kernelci/core when adding
a custom file on top of it.  Fix this instead of relying on a local
config/core copy of the files.

Fixes: e8e9426 ("doc: update Early Access page with latest kci")
Signed-off-by: Guillaume Tucker <[email protected]>
  • Loading branch information
gctucker committed Nov 13, 2023
1 parent 2ff0faf commit 83edddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/early-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ time. For example:
api = "early-access"
storage = "early-access-azure-<your-username>"
indent = 4
config = ["config/core", "<your-username>.yaml"]
config = ["/etc/kernelci/core", "<your-username>.yaml"]
[kci.secrets]
api.early-access.token = "<your-api-token-here>"
Expand Down

0 comments on commit 83edddc

Please sign in to comment.