From 917b98945a502d8df5eefaf0cc72c55cb7ec6b74 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 21 Jun 2018 14:54:33 +0200 Subject: [PATCH] drone: disabled gitea_release temporarily --- .drone.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index b347e74..54ac696 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,24 +20,24 @@ pipeline: - make package - cmake -DWITH_DEB=OFF -DWITH_RPM=ON .. - make package - gitea_release: - when: - event: tag - image: plugins/gitea-release - pull: true - base_url: https://schlomp.space - secrets: [ gitea_token ] - title: ${DRONE_TAG} - prerelease: true - files: - - "mastodon-cpp-${DRONE_TAG}.ebuild" - - "libmastodon-cpp_${DRONE_TAG}-0_amd64.deb" - - "libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm" + # gitea_release: + # when: + # event: tag + # image: plugins/gitea-release + # pull: true + # base_url: https://schlomp.space + # secrets: [ gitea_token ] + # title: ${DRONE_TAG} + # prerelease: true + # files: + # - build/"mastodon-cpp-${DRONE_TAG}.ebuild" + # - build/"libmastodon-cpp_${DRONE_TAG}-0_amd64.deb" + # - build/"libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm" notify: + when: + status: [ changed, failure ] image: drillster/drone-email pull: true host: cryptoparty-celle.de secrets: [ email_username, email_password ] from: drone@tzend.de - when: - status: [ changed, failure ]