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:
|
commands:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- cd bstools
|
- cd bstools
|
||||||
- poetry install
|
- poetry build
|
||||||
- poetry run python bstools.py fetch-mentions --mentions-file ../brainsteam/data/mentions.json
|
- pip install ./dist/bstools*.whl
|
||||||
|
- cd ../
|
||||||
|
- python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json
|
||||||
|
|
||||||
- name: store_webmentions
|
- name: store_webmentions
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
|
|
Loading…
Reference in New Issue