fix drone
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a38efc357a
commit
497cb18201
|
@ -10,8 +10,10 @@ steps:
|
|||
commands:
|
||||
- pip install poetry
|
||||
- cd bstools
|
||||
- poetry install
|
||||
- poetry run python bstools.py fetch-mentions --mentions-file ../brainsteam/data/mentions.json
|
||||
- poetry build
|
||||
- pip install ./dist/bstools*.whl
|
||||
- cd ../
|
||||
- python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json
|
||||
|
||||
- name: store_webmentions
|
||||
image: appleboy/drone-git-push
|
||||
|
|
Loading…
Reference in New Issue