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
|
- main
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- cd bstools && poetry install && cd ../
|
- cd bstools
|
||||||
- python bstools/bstools.py fetch-mentions --mentions-file ./brainsteam/data/mentions.json
|
- poetry install
|
||||||
|
- poetry run python bstools.py fetch-mentions --mentions-file ../brainsteam/data/mentions.json
|
||||||
|
|
||||||
- name: store_webmentions
|
- name: store_webmentions
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
|
@ -21,7 +22,7 @@ steps:
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: Commit latest webmentions
|
commit_message: Commit latest webmentions
|
||||||
author_name: DroneCI
|
author_name: DroneCI
|
||||||
|
|
||||||
- name: hugo_build
|
- name: hugo_build
|
||||||
image: alombarte/hugo
|
image: alombarte/hugo
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue