Ignore duplicate project-template definitions
Let the first one win, so that they can't be updated in other branches or repos. Change-Id: I5d0c2d428b0714935949d1e0350ab98ef2969293
This commit is contained in:
2
tests/fixtures/config/in-repo/git/common-config/playbooks/template-job.yaml
vendored
Normal file
2
tests/fixtures/config/in-repo/git/common-config/playbooks/template-job.yaml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
- hosts: all
|
||||
tasks: []
|
||||
@@ -76,6 +76,15 @@
|
||||
- job:
|
||||
name: common-config-test
|
||||
|
||||
- job:
|
||||
name: template-job
|
||||
|
||||
- project-template:
|
||||
name: common-config-template
|
||||
check:
|
||||
jobs:
|
||||
- template-job
|
||||
|
||||
- project:
|
||||
name: common-config
|
||||
check:
|
||||
|
||||
Reference in New Issue
Block a user