Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@ jobs:
pip install twine
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
generate-index file:
executor: python/default
environment:
PYTHONPATH=./src
steps:
- checkout
- python/install-deps
- run:
name: Build image.html
command: |
git branch
pwd
python3 -m robot.libdoc src/KubeLibrary/KubeLibrary.py docs/index.html
workflows:
main:
jobs:
Expand All @@ -187,3 +200,11 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/
- generate-index file:
requires:
- build-and-test
- lint-and-coverage
- test-on-k8s
filters:
tags:
only: /.*/