summaryrefslogtreecommitdiff
path: root/.gitlab/ci/qa.gitlab-ci.yml
blob: 0ee499305bfe18c7b23a97a882074086499b14cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package-and-qa:
  image: ruby:2.6-alpine
  stage: review # So even if review-deploy failed we can still run this
  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