fix drone
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0282165144
commit
8159117ebf
|
@ -14,7 +14,9 @@ steps:
|
||||||
- pip install ./dist/bstools*.whl
|
- pip install ./dist/bstools*.whl
|
||||||
- cd ../
|
- cd ../
|
||||||
- python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json
|
- python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json
|
||||||
- echo "WEBMENTIONSIO_API_KEY=$WEBMENTIONSIO_API_KEY"
|
environment:
|
||||||
|
WEBMENTIONSIO_API_KEY:
|
||||||
|
from_secret: WEBMENTIONSIO_API_KEY
|
||||||
|
|
||||||
- name: store_webmentions
|
- name: store_webmentions
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
|
|
Loading…
Reference in New Issue