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

skip-qa.gitlab-ci.yml « review-apps « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1305673a4d8bf6c6c88848717e55c43d0bdb9f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
stages:
  - review

include:
  - local: .gitlab/ci/global.gitlab-ci.yml
  - local: .gitlab/ci/rules.gitlab-ci.yml

no-op:
  extends:
    - .review:rules:start-review-app-pipeline
  stage: review
  script:
    - echo "Skip Review App because the MR includes only quarantine changes"