aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2021-05-31 23:19:31 +0100
committerHarvey Tindall <hrfee@protonmail.ch>2021-05-31 23:19:31 +0100
commit174d243f1574b0524e4a90f17b4c153728f1f5fd (patch)
tree20e47d7a3ac78a6399ef9569d00093ff55746de8 /.drone.yml
parent6cab493189fae83c319ba004ef39a24d1a92e29a (diff)
downloadwaybar-mpris-174d243f1574b0524e4a90f17b4c153728f1f5fd.tar.gz
waybar-mpris-174d243f1574b0524e4a90f17b4c153728f1f5fd.zip
fix apt versioning
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index f18be0d..a6f9be7 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,7 +14,7 @@ steps:
- go mod download
- curl -sL https://git.io/goreleaser > goreleaser.sh
- chmod +x goreleaser.sh
- - ./goreleaser.sh --snapshot --skip-publish --rm-dist
+ - ./version.sh ./goreleaser.sh --snapshot --skip-publish --rm-dist
- wget https://builds.hrfee.pw/upload.py
- pip3 install requests
- bash -c 'sftp -P 2022 -i /id_rsa -o StrictHostKeyChecking=no root@161.97.102.153:/repo/incoming <<< $"put dist/*.deb"'