summaryrefslogtreecommitdiff
path: root/.gitlab/ci/qa.gitlab-ci.yml
blob: 122ed622ee2c4fb34cf0531656b87c5901bfbd2b (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: qa
  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