diff --git a/.drone.yml b/.drone.yml index 78879d1..a50f3c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,7 @@ steps: - pip install ./dist/bstools*.whl - cd ../ - python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json - - git commit -a -m "Updating latest webmentions" - - git push + - (git commit -a -m "Updating latest webmentions" && git push) || exit 0 environment: WEBMENTIONSIO_API_KEY: from_secret: WEBMENTIONSIO_API_KEY