mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add a job to build Review App related images
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
ec7e89bd00
commit
dfe1c77e56
2 changed files with 12 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ stages:
|
|||
- custom
|
||||
- gitlab
|
||||
- gitlab-assets
|
||||
- gitlab-review-app
|
||||
- gitaly
|
||||
- automation
|
||||
|
||||
|
|
|
|||
|
|
@ -34,3 +34,14 @@ gitlab-assets:
|
|||
RUBY: ['2.7', '3.0']
|
||||
GIT: ['2.33']
|
||||
NODE: ['16.14']
|
||||
|
||||
# Used by GitLab's Review app jobs
|
||||
gitlab-review-app:
|
||||
extends:
|
||||
- .build_and_push
|
||||
stage: gitlab-review-app
|
||||
variables:
|
||||
RUBY: '3.0'
|
||||
GCLOUD: '383'
|
||||
KUBECTL: '1.23'
|
||||
HELM: '3.5'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue