Skip to content

Commit

Permalink
chore: Remove Drone configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Jul 4, 2024
1 parent 573236d commit efe0553
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,6 @@ steps:
- pull_request
- tag

- 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:
ref:
- refs/head/master
- refs/tags/*
event:
- tag

- name: docker-publish
image: plugins/docker
settings:
Expand Down Expand Up @@ -92,25 +73,6 @@ steps:
- pull_request
- tag

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

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

0 comments on commit efe0553

Please sign in to comment.