Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #641 from darkowlzz/ci-api-docs-gen
Browse files Browse the repository at this point in the history
Add api-docs gen in CI
  • Loading branch information
twelho authored Jul 13, 2020
2 parents 2db00c6 + 0970415 commit 5c48f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- restore_cache:
key: bin-cache
# Run autogeneration and see if there are differences
- run: make autogen && make tidy-in-docker && git status --short
- run: make autogen && make tidy-in-docker && make api-docs && git status --short
# Save the bin/cache directory
- save_cache:
key: bin-cache
Expand Down
4 changes: 4 additions & 0 deletions docs/declarative-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ spec:
# Required, what OCI image to get the kernel binary (and optionally modules) from
# Default: weaveworks/ignite-kernel:4.19.47
oci: [OCI image reference]
sandbox:
# Optional, what OCI image to use as the ignite sandbox.
# Default: weaveworks/ignite
oci: [OCI image reference]

network:
# Optional, an array of port mappings that map ports bound to the VM to the host
Expand Down

0 comments on commit 5c48f80

Please sign in to comment.