fix drone
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
853fd39d42
commit
a38efc357a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue