Skip to content

Commit

Permalink
drone: remove binary release
Browse files Browse the repository at this point in the history
    - remove unnecessary binary release

Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
  • Loading branch information
Vicente-Cheng committed Dec 7, 2023
1 parent 5375720 commit 0b8ec48
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,6 @@ steps:
- name: docker
path: /var/run/docker.sock

- name: github_binary_release
image: plugins/github-release
settings:
api_key:
from_secret: github_token
prerelease: true
checksum:
- sha256
checksum_file: CHECKSUMsum-amd64.txt
checksum_flatten: true
files:
- "dist/artifacts/*"
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag

- name: docker-publish-master
image: plugins/docker
settings:
Expand Down

0 comments on commit 0b8ec48

Please sign in to comment.