1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-12 14:48:58 +00:00

Remove stage-binaries step from drone CI in continuation to PR #3368 | Move to BCI

Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
This commit is contained in:
Chirayu Kapoor 2023-09-27 13:06:55 +05:30
parent 5e233d416f
commit 03c7518d93
No known key found for this signature in database
GPG Key ID: 07B117F85E8A4206

View File

@ -24,18 +24,6 @@ steps:
- pull_request
- tag
- name: stage-binaries
pull: default
image: rancher/dapper:v0.6.0
commands:
- "cp -r ./bin/* ./package/"
when:
event:
- tag
ref:
include:
- "refs/tags/*"
- name: github_binary_prerelease
pull: default
image: plugins/github-release