ci: add register pipeline

This commit is contained in:
Giles Bradshaw 2020-08-26 22:16:45 +01:00
parent ac4b8b6699
commit c7f3785432
1 changed files with 15 additions and 0 deletions

15
register.libsonnet Normal file
View File

@ -0,0 +1,15 @@
{
kind: 'pipeline',
type: 'docker',
name: 'register',
clone: {
disable: true,
},
trigger +: {
event +: {
exclude: [
'promote',
],
},
},
}