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