fix drone.yml for stable docker

This commit is contained in:
Harvey Tindall 2021-03-20 23:13:03 +00:00
parent 0d3f96c3a7
commit 8f65e2e968
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 0 additions and 5 deletions

View File

@ -40,9 +40,6 @@ steps:
volumes:
- name: ssh_key
path: /root/drone_rsa
environment:
BUILDRONE_KEY:
from_secret: BUILDRONE_KEY
settings:
host:
from_secret: ssh2_host
@ -54,8 +51,6 @@ steps:
- /root/.ssh/docker-build:/root/drone_rsa
key_path: /root/drone_rsa
command_timeout: 50m
envs:
- BUILDRONE_KEY
script:
- /mnt/buildx/jfa-go/build.sh stable
- wget https://builds.hrfee.pw/upload.py -O /mnt/buildx/jfa-go/jfa-go/upload.py