diff --git a/.drone.jsonnet b/.drone.jsonnet index 2bfff70..922b40f 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -94,9 +94,6 @@ local PipelineNotifications(depends_on=[]) = { password: { from_secret: 'docker_password' }, spec: './manifest.tmpl', }, - when: { - status: ['success'], - }, }, { name: 'readme', diff --git a/.drone.yml b/.drone.yml index a65fbcc..0121439 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...