From 56c425ad4c1dd66f3c8ab7abf6125d8271c1cf7c Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 7 Jan 2020 12:01:04 +0100 Subject: [PATCH] fix: remove github release step from drone pipeline --- .drone.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1546aac..fa92cc0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,18 +76,19 @@ pipeline: 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 -- libgit2 1.7.2