fix drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2022-01-02 16:45:09 +00:00
parent a38efc357a
commit 497cb18201
1 changed files with 4 additions and 2 deletions

View File

@ -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