cleanup drone conf
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-04 10:53:49 +01:00
parent 96f6a21b01
commit f901b7afad
2 changed files with 1 additions and 7 deletions

View File

@ -94,9 +94,6 @@ local PipelineNotifications(depends_on=[]) = {
password: { from_secret: 'docker_password' },
spec: './manifest.tmpl',
},
when: {
status: ['success'],
},
},
{
name: 'readme',

View File

@ -88,9 +88,6 @@ steps:
- ${DRONE_TAG%%.*}
username:
from_secret: docker_username
when:
status:
- success
- name: readme
image: sheogorath/readme-to-dockerhub
@ -132,6 +129,6 @@ depends_on:
---
kind: signature
hmac: cb4a70ffd4ac2d24aede3302683a30ef692e81acd332e9365ca384acea8b1bd4
hmac: 8f1d33f3bc93fc9df2058c812d520cc2e8dbb51fcc9ff5b107cf392c6258d070
...