Stop cloning for notify steps
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-11-02 16:09:27 +13:00
parent 0a1f4323a3
commit 57ab370f92

View File

@@ -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: