Initial version new build pattern

This commit is contained in:
Lukas Eipert 2022-02-21 14:49:55 +01:00
parent 51e4dea7ac
commit c3e3882320
8 changed files with 75 additions and 2 deletions

View file

@ -2,6 +2,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- local: '.gitlab/ci/*.yml'
- local: '.gitlab/**/.gitlab-ci.yml'
default:
image: docker:20.10.9-git
@ -14,6 +15,7 @@ default:
- gitlab-org-docker
stages:
- kaniko
- test
- deploy
- automation