mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
18 lines
544 B
YAML
18 lines
544 B
YAML
# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml
|
|
.gitlab-cng-matrix:
|
|
# image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.14-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36
|
|
variables:
|
|
LFS: '2.9'
|
|
CHROME: '89'
|
|
NODE: '14.15'
|
|
YARN: '1.22'
|
|
GRAPHICSMAGICK: '1.3.36'
|
|
POSTGRESQL: '11'
|
|
RUBY: '2.7.patched'
|
|
GIT: '2.31'
|
|
GOLANG: '1.14'
|
|
|
|
gitlab-cng push:
|
|
extends:
|
|
- .gitlab-cng-matrix
|
|
- .build_and_deploy
|