Cloning disable jsonnet style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-02 16:11:33 +13:00
parent 57ab370f92
commit 5203103900

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: