mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-13 20:12:56 +01:00
Simplify stage names
This commit is contained in:
parent
fe331541d7
commit
1c07a37ea3
4 changed files with 8 additions and 9 deletions
|
|
@ -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