remove 'fc' from release root
All checks were successful
CI / test (push) Successful in 13m51s
Lint / test (push) Successful in 36s
Trivy / test (push) Successful in 24s

This commit is contained in:
Miguel Jacq 2026-01-03 12:50:36 +11:00
parent 5f89c4286e
commit dd1ae74b19
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ DISTS=(
for dist in ${DISTS[@]}; do
release=$(echo ${dist} | cut -d: -f2)
REPO_RELEASE_ROOT="${REPO_ROOT}/fc${release}"
REPO_RELEASE_ROOT="${REPO_ROOT}/${release}"
RPM_REPO="${REPO_RELEASE_ROOT}/rpm/x86_64"
mkdir -p "$RPM_REPO"