| author | Jose Quintana <joseluisquintana20@gmail.com> | 2020-01-07 11:01:04.0 +00:00:00 |
|---|---|---|
| committer | Jose Quintana <joseluisquintana20@gmail.com> | 2020-01-07 11:01:04.0 +00:00:00 |
| commit | 56c425ad4c1dd66f3c8ab7abf6125d8271c1cf7c [patch] |
|
| tree | 1846214a6e932f1f121d829e332a34e84648aa32 |
|
| parent | 92b04e17de1246f24cc80a56c19798a2426d4832 |
|
| download | 56c425ad4c1dd66f3c8ab7abf6125d8271c1cf7c.tar.gz |
|
fix: remove github release step from drone pipeline
Diff
.drone.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1546aac..fa92cc0 100644 when: event: tag publish-github-release: image: plugins/github-release group: production api_key: from_secret: github_token files: - ./bin/*.tar.gz - ./bin/*.zip - ./bin/*-SHA256SUM prerelease: true when: event: tag ## Github release step is not required because this is a Gitea based project # publish-github-release: # image: plugins/github-release # group: production # api_key: # from_secret: github_token # files: # - ./bin/*.tar.gz # - ./bin/*.zip # - ./bin/*-SHA256SUM # prerelease: true # when: # event: tag publish-image-scratch-docker-hub: image: plugins/docker