Merge pull request #11905 from VannTen/feat/readme_template_version

Update README.md versions automatically in pre-commit
This commit is contained in:
Kubernetes Prow Robot
2025-01-22 19:42:37 -08:00
committed by GitHub
6 changed files with 80 additions and 49 deletions

View File

@@ -10,7 +10,6 @@ variables:
FAILFASTCI_NAMESPACE: 'kargo-ci'
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
ANSIBLE_FORCE_COLOR: "true"
ANSIBLE_STDOUT_CALLBACK: "debug"
MAGIC: "ci check this"
GS_ACCESS_KEY_ID: $GS_KEY
GS_SECRET_ACCESS_KEY: $GS_SECRET
@@ -43,6 +42,8 @@ before_script:
- cluster-dump/
needs:
- pipeline-image
variables:
ANSIBLE_STDOUT_CALLBACK: "debug"
.job-moderated:
extends: .job