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

qa.gitlab-ci.yml « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee9e467886a8ecb2027c2eed1d2fca0e6a33f943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package-and-qa:
  image: ruby:2.6-alpine
  stage: review  # So even if review-deploy failed we can still run this
  when: manual
  before_script: []
  dependencies: []
  cache: {}
  variables:
    GIT_DEPTH: "1"
  retry: 0
  script:
    - source scripts/utils.sh
    - install_gitlab_gem
    - ./scripts/trigger-build omnibus
  only:
    - /.+/@gitlab-org/gitlab-ce
    - /.+/@gitlab-org/gitlab-ee