fixup drone.yml for release

This commit is contained in:
Harvey Tindall 2023-12-26 18:46:30 +00:00
parent 8f2a28e650
commit 010b95a2f6
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 2 additions and 8 deletions

View File

@ -52,6 +52,8 @@ steps:
from_secret: ssh2_username
port:
from_secret: ssh2_port
envs:
- buildrone_key
key:
from_secret: ssh2_key
command_timeout: 50m
@ -64,10 +66,6 @@ steps:
trigger:
event:
- tag
volumes:
- name: ssh_key
host:
path: /root/.ssh/docker-build
---
name: jfa-go-git
kind: pipeline
@ -152,10 +150,6 @@ trigger:
exclude:
- pull_request
volumes:
- name: ssh_key
host:
path: /root/.ssh/docker-build
---
name: jfa-go-pr
kind: pipeline