mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Build GitLab image with buster as well
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
5e285d7ea8
commit
3fc2d174e7
2 changed files with 6 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
PGBOUNCER: ['1.14', '']
|
||||
POSTGRESQL: ['11', '12'] # We only use the postgresql-client
|
||||
|
||||
gitaly:test:
|
||||
gitaly test:
|
||||
needs: []
|
||||
extends:
|
||||
- .gitaly-matrix
|
||||
|
|
@ -20,3 +20,4 @@ gitaly push:
|
|||
- .gitaly-matrix
|
||||
- .build_and_deploy_custom
|
||||
stage: deploy-gitaly
|
||||
needs: ["gitaly test"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue