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