You've already forked ansible-role-common
Cloning disable jsonnet style
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -102,7 +102,7 @@ local gen_pipeline_release() =
|
|||||||
{kind: 'pipeline',
|
{kind: 'pipeline',
|
||||||
type: 'docker',
|
type: 'docker',
|
||||||
name: 'Notify normal',
|
name: 'Notify normal',
|
||||||
clone_disable: true,
|
clone: {disable: true},
|
||||||
steps: [email_notification()],
|
steps: [email_notification()],
|
||||||
when:
|
when:
|
||||||
{ status: [ 'success', 'failure' ] ,
|
{ status: [ 'success', 'failure' ] ,
|
||||||
@@ -115,7 +115,7 @@ local gen_pipeline_release() =
|
|||||||
gen_pipeline_release(),
|
gen_pipeline_release(),
|
||||||
{kind: 'pipeline',
|
{kind: 'pipeline',
|
||||||
type: 'docker',
|
type: 'docker',
|
||||||
clone_disable: true,
|
clone: {disable: true},
|
||||||
name: 'Notify Tagged release',
|
name: 'Notify Tagged release',
|
||||||
steps: [email_notification()],
|
steps: [email_notification()],
|
||||||
when:
|
when:
|
||||||
|
|||||||
Reference in New Issue
Block a user