Compare commits
6 Commits
5f61188367
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 1603c6bc31 | |||
| 53b6d458f6 | |||
| b4ac67cda0 | |||
| ef9fb54c5a | |||
| 225930a739 | |||
| 1a8772f684 |
@@ -0,0 +1,13 @@
|
||||
when:
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
- name: g10k-validate
|
||||
image: git.unkin.net/unkin/almalinux9-g10k:20260308
|
||||
commands:
|
||||
- g10k -config r10k.yaml -validate
|
||||
|
||||
- name: g10k-run
|
||||
image: git.unkin.net/unkin/almalinux9-g10k:20260308
|
||||
commands:
|
||||
- g10k -config r10k.yaml -verbose
|
||||
@@ -5,4 +5,4 @@ steps:
|
||||
- name: pre-commit
|
||||
image: git.unkin.net/unkin/almalinux9-base:20260308
|
||||
commands:
|
||||
- make test
|
||||
- uvx pre-commit run --all-files
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# The location to use for storing cached Git repos
|
||||
:cachedir: '/opt/puppetlabs/cache/r10k'
|
||||
:cachedir: '/etc/puppetlabs/code/.g10k/cachedir'
|
||||
|
||||
# A list of git repositories to create
|
||||
:sources:
|
||||
# This will clone the git repository and instantiate an environment per
|
||||
# branch in /etc/puppetlabs/code/environments
|
||||
:unkin:
|
||||
remote: 'https://git.service.au-syd1.consul/unkinben/puppet-prod.git'
|
||||
remote: 'https://git.unkin.net/unkin/puppet-prod.git'
|
||||
basedir: '/etc/puppetlabs/code/environments'
|
||||
|
||||
Reference in New Issue
Block a user