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

This commit is contained in:
James Ravenscroft 2022-01-02 16:42:27 +00:00
parent 853fd39d42
commit a38efc357a
1 changed files with 4 additions and 3 deletions

View File

@ -9,8 +9,9 @@ steps:
- main
commands:
- pip install poetry
- cd bstools && poetry install && cd ../
- python bstools/bstools.py fetch-mentions --mentions-file ./brainsteam/data/mentions.json
- cd bstools
- poetry install
- poetry run python bstools.py fetch-mentions --mentions-file ../brainsteam/data/mentions.json
- name: store_webmentions
image: appleboy/drone-git-push