copr-be: pools.yml has been removed to yml.j2

Complements: 5bdfe4b1e5
This commit is contained in:
Pavel Raiskup 2025-01-20 14:29:04 +01:00
parent a3e04360f5
commit 677203d962

View file

@ -8,7 +8,7 @@ outdir=/tmp/pools_debugging
sourcedir=$(dirname "$0")
gitroot=$(cd "$sourcedir" && git rev-parse --show-toplevel)
pools=$gitroot/roles/copr/backend/templates/resalloc/pools.yaml
pools=$gitroot/roles/copr/backend/templates/resalloc/pools.yaml.j2
if ! test -d "$outdir"; then
mkdir -p "$outdir"