diff --git a/.drone.jsonnet b/.drone.jsonnet index 58e627d..ec4d2d4 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -102,7 +102,7 @@ local gen_pipeline_release() = {kind: 'pipeline', type: 'docker', name: 'Notify normal', - clone_disable: true, + clone: {disable: true}, steps: [email_notification()], when: { status: [ 'success', 'failure' ] , @@ -115,7 +115,7 @@ local gen_pipeline_release() = gen_pipeline_release(), {kind: 'pipeline', type: 'docker', - clone_disable: true, + clone: {disable: true}, name: 'Notify Tagged release', steps: [email_notification()], when: