blob: 44c6ea7850e00fa62780d90d75d9bd6c2fae290a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include:
- template: Code-Quality.gitlab-ci.yml
- project: c2-games/infrastructure/gitlab-ci
ref: main
file:
- "/baseline.yml"
- "/linting/markdown.yml"
- "/linting/yaml.yml"
- "/containerize/kaniko.yml"
container-build:
extends: .kaniko-build
needs: []
variables:
CONTAINER_NAME: "${CI_COMMIT_REF_SLUG}"
|