From a38efc357a91595e2ebf043057791f745e1ada67 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 2 Jan 2022 16:42:27 +0000 Subject: [PATCH] fix drone --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5724093..e388e9f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 @@ -21,7 +22,7 @@ steps: commit: true commit_message: Commit latest webmentions author_name: DroneCI - + - name: hugo_build image: alombarte/hugo when: