Skip to content

Commit

Permalink
chore: reorganize how doc are being handled in CI (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored and Artem Rys committed Mar 8, 2022
1 parent 6fb1935 commit b75147c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 373 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry install -E docker
poetry run pytest -v --splunk-version=${{ matrix.splunk-version }} -m doc
poetry add --dev sphinx-rtd-theme
poetry add --dev sphinx-panels
poetry run pytest -v -m doc
test-splunk-external:
runs-on: ubuntu-latest
Expand Down
4 changes: 1 addition & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
pytest-splunk-addon Copyright (c) 2019, Splunk, Inc

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -188,7 +186,7 @@ pytest-splunk-addon Copyright (c) 2019, Splunk, Inc
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2022 Splunk Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
7 changes: 0 additions & 7 deletions MANIFEST.in

This file was deleted.

4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export PATH="~/.pyenv/bin:$PATH" ;\
eval "$(pyenv init -)" ;\
pyenv install 3.7.8 ;\
pyenv local 3.7.8 ;\
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
source ~/.poetry/env
sleep 15
poetry install -E docker
exec poetry run pytest -vv $@
exec poetry run pytest -vv $@
Loading

0 comments on commit b75147c

Please sign in to comment.