mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Simplify stage names
This commit is contained in:
parent
fe331541d7
commit
1c07a37ea3
4 changed files with 8 additions and 9 deletions
|
|
@ -13,11 +13,10 @@ default:
|
|||
- gitlab-org-docker
|
||||
|
||||
stages:
|
||||
- test
|
||||
- deploy
|
||||
- deploy-gitlab
|
||||
- deploy-gitlab-assets
|
||||
- deploy-gitaly
|
||||
- custom
|
||||
- gitlab
|
||||
- gitlab-assets
|
||||
- gitaly
|
||||
- automation
|
||||
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.build_and_push:
|
||||
stage: deploy
|
||||
stage: custom
|
||||
needs: []
|
||||
script:
|
||||
- ./scripts/lib/custom-docker-build
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ gitaly:
|
|||
needs: []
|
||||
extends:
|
||||
- .build_and_push
|
||||
stage: deploy-gitaly
|
||||
stage: gitaly
|
||||
parallel:
|
||||
matrix:
|
||||
- DEBIAN: ['bullseye']
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
gitlab:
|
||||
extends:
|
||||
- .build_and_push
|
||||
stage: deploy-gitlab
|
||||
stage: gitlab
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
YARN: '1.22'
|
||||
|
|
@ -22,7 +22,7 @@ gitlab:
|
|||
gitlab-assets:
|
||||
extends:
|
||||
- .build_and_push
|
||||
stage: deploy-gitlab-assets
|
||||
stage: gitlab-assets
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
YARN: '1.22'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue