From 497cb1820199a099ba0bffc372672c1df61aae95 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 2 Jan 2022 16:45:09 +0000 Subject: [PATCH] fix drone --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e388e9f..5e3fcf9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,10 @@ steps: commands: - pip install poetry - cd bstools - - poetry install - - poetry run python bstools.py fetch-mentions --mentions-file ../brainsteam/data/mentions.json + - poetry build + - pip install ./dist/bstools*.whl + - cd ../ + - python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json - name: store_webmentions image: appleboy/drone-git-push