Skip to content

Commit c4a6e3b

Browse files
committed
ignore docs/api/ignite_v1alpha1.md in the CI
1 parent 089d777 commit c4a6e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- restore_cache:
4242
key: bin-cache
4343
# Run autogeneration and see if there are differences
44-
# TODO: Fix this; somehow the docs/api/ignite.md ends up being malformatted in CI; it adds
44+
# TODO: Fix this; somehow the docs/api/ignite_v1alpha1.md ends up being malformatted in CI; it adds
4545
# <sup>@</sup>@ in the beginning of the file for some strange reason in CI, but not locally
46-
- run: make autogen && make tidy-in-docker && git status --short
46+
- run: make autogen && make tidy-in-docker && git status --short && git checkout HEAD docs/api/ignite_v1alpha1.md
4747
# Save the bin/cache directory
4848
- save_cache:
4949
key: bin-cache

0 commit comments

Comments
 (0)