Welcome to mirror list, hosted at ThFree Co, Russian Federation.

include.yml « negative_tests « yaml_tests « ci « schema « editor « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 287150a765fb314e11a785e3cf71a0d9bba926a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Covers https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70779
stages:
  - prepare

# missing file property
childPipeline:
  stage: prepare
  trigger:
    include:
      - project: 'my-group/my-pipeline-library'

# missing project property
childPipeline2:
  stage: prepare
  trigger:
    include:
      - file: '.gitlab-ci.yml'