Skip to content
Snippets Groups Projects

switch to more compact gitlab-ci by using nested includes file

Merged Michael Thaler requested to merge main into stable
1 file
+ 1
10
Compare changes
  • Side-by-side
  • Inline
+ 1
10
---
include:
- remote: 'https://git.conesphere.cloud/conesphere/misc/conesphere.gitlab-ci.yml-snippets/-/raw/main/ci-extend+reference.podman.containerbuilds.yml'
yamllint:
extends: .default.lint.yamllint
shellcheck:
extends: .default.lint.shellcheck
build.container:
extends: .default.build.container
- remote: 'https://git.conesphere.cloud/conesphere/misc/conesphere.gitlab-ci.yml-snippets/-/raw/main/podman.default.build.yml'
trigger.ansible:
extends: .default.trigger.children
Loading