From 5fd2e81fe4bac40fba829b81931d0ae85234f19d Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 8 Oct 2020 21:48:15 +0100 Subject: [PATCH] install requests dep for upload.py sorry for commit spam. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 56c168e..2981262 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,6 +39,7 @@ steps: - chmod +x goreleaser.sh - ./goreleaser.sh --snapshot --skip-publish --rm-dist - wget https://builds.hrfee.pw/upload.py + - pip3 install requests - bash -c 'python3 upload.py https://builds.hrfee.pw hrfee jfa-go ./dist/*.tar.gz' environment: BUILDRONE_KEY: