gitlab-ci: python -> gbp

This commit is contained in:
Konstantin Zangerle
2022-08-25 15:54:05 +02:00
parent a84b7277cc
commit e3100683f1

View File

@ -2,7 +2,7 @@
include:
- remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/ssh-config.yml'
- remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/build_image.yml'
- remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/python-pkg.yml'
- remote: 'https://git.scc.kit.edu/KIT-CERT/publish/-/raw/main/gitlab-ci/gbp-pkg.yml'
variables:
BUILD_CONTEXT: ci_container
@ -38,7 +38,7 @@ build_pkg_image_buster:
pkg_buster:
extends:
- .image-buster
- python_pkg
- gbp_pkg
build_pkg_image_jammy:
extends: