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',
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user