Simplify stage names

This commit is contained in:
Andrejs Cunskis 2022-05-10 17:26:45 +03:00
parent fe331541d7
commit 1c07a37ea3
No known key found for this signature in database
GPG key ID: 87CB75083F227241
4 changed files with 8 additions and 9 deletions

View file

@ -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:

View file

@ -1,5 +1,5 @@
.build_and_push:
stage: deploy
stage: custom
needs: []
script:
- ./scripts/lib/custom-docker-build

View file

@ -3,7 +3,7 @@ gitaly:
needs: []
extends:
- .build_and_push
stage: deploy-gitaly
stage: gitaly
parallel:
matrix:
- DEBIAN: ['bullseye']

View file

@ -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'