GitLab CI: Add container build stage

This commit is contained in:
Alexander Todorov 2021-05-12 15:47:45 +03:00 committed by Alexander Todorov
parent e953cffb89
commit 8532fe16ee

View file

@ -1,6 +1,7 @@
stages:
- init
- rpmbuild
- containerbuild
- test
- finish
@ -47,6 +48,18 @@ RPM:
- aws/rhel-8.4-aarch64
INTERNAL_NETWORK: ["true"]
Container:
stage: containerbuild
extends: .terraform
variables:
EXTRA_REPO_PATH_SEGMENT: "gitlab/"
script:
- sh "schutzbot/containerbuild.sh"
parallel:
matrix:
- RUNNER:
- aws/fedora-33-x86_64
Base:
stage: test
extends: .terraform