drone: disabled gitea_release temporarily
the build was successful Details

This commit is contained in:
tastytea 2018-06-21 14:54:33 +02:00
parent 9eba5bd5d3
commit 917b98945a
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 15 additions and 15 deletions

View File

@ -20,24 +20,24 @@ pipeline:
- make package - make package
- cmake -DWITH_DEB=OFF -DWITH_RPM=ON .. - cmake -DWITH_DEB=OFF -DWITH_RPM=ON ..
- make package - make package
gitea_release: # gitea_release:
when: # when:
event: tag # event: tag
image: plugins/gitea-release # image: plugins/gitea-release
pull: true # pull: true
base_url: https://schlomp.space # base_url: https://schlomp.space
secrets: [ gitea_token ] # secrets: [ gitea_token ]
title: ${DRONE_TAG} # title: ${DRONE_TAG}
prerelease: true # prerelease: true
files: # files:
- "mastodon-cpp-${DRONE_TAG}.ebuild" # - build/"mastodon-cpp-${DRONE_TAG}.ebuild"
- "libmastodon-cpp_${DRONE_TAG}-0_amd64.deb" # - build/"libmastodon-cpp_${DRONE_TAG}-0_amd64.deb"
- "libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm" # - build/"libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm"
notify: notify:
when:
status: [ changed, failure ]
image: drillster/drone-email image: drillster/drone-email
pull: true pull: true
host: cryptoparty-celle.de host: cryptoparty-celle.de
secrets: [ email_username, email_password ] secrets: [ email_username, email_password ]
from: drone@tzend.de from: drone@tzend.de
when:
status: [ changed, failure ]