summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/bad_template3.yaml
blob: 70412b86d38397e7efe61d05d92607f66288fb02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Template refers to an unexisting pipeline

pipelines:
  # We have no pipelines at all

project-templates:
  - name: template-generic
    unexisting-pipeline:  # pipeline does not exist

projects:
  - name: organization/project
    template:
      - name: template-generic