mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add back Debian bullseye image for omnibus specs
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
bc50d18201
commit
aeb97b5387
1 changed files with 5 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ omnibus-gitlab-stretch test:
|
||||||
extends: .test_build
|
extends: .test_build
|
||||||
omnibus-gitlab-buster test:
|
omnibus-gitlab-buster test:
|
||||||
extends: .test_build
|
extends: .test_build
|
||||||
|
omnibus-gitlab-bullseye test:
|
||||||
|
extends: .test_build
|
||||||
omnibus-gitlab-xenial test:
|
omnibus-gitlab-xenial test:
|
||||||
extends: .test_build
|
extends: .test_build
|
||||||
omnibus-gitlab-focal test:
|
omnibus-gitlab-focal test:
|
||||||
|
|
@ -165,6 +167,9 @@ omnibus-gitlab-stretch push:
|
||||||
omnibus-gitlab-buster push:
|
omnibus-gitlab-buster push:
|
||||||
extends: .build_and_deploy
|
extends: .build_and_deploy
|
||||||
needs: ["omnibus-gitlab-buster test"]
|
needs: ["omnibus-gitlab-buster test"]
|
||||||
|
omnibus-gitlab-bullseye push:
|
||||||
|
extends: .build_and_deploy
|
||||||
|
needs: ["omnibus-gitlab-bullseye test"]
|
||||||
omnibus-gitlab-xenial push:
|
omnibus-gitlab-xenial push:
|
||||||
extends: .build_and_deploy
|
extends: .build_and_deploy
|
||||||
needs: ["omnibus-gitlab-xenial test"]
|
needs: ["omnibus-gitlab-xenial test"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue