ensure treeinfo and discinfo are unrelated
Some checks failed
Build empanada images for imagefactory / buildx (push) Failing after 4s
Build empanada container images for lorax / buildx (push) Successful in 2s

This commit is contained in:
Louis Abel 2023-11-21 14:00:17 -07:00
parent 47c64bbd74
commit a1aceb2be4
Signed by: label
GPG Key ID: B37E62D143879B36

View File

@ -178,7 +178,7 @@ function rsync_delete_prod() {
function perform_hardlink() { function perform_hardlink() {
local TARGET="${1}" local TARGET="${1}"
hardlink -x '.*\.xml.*' "${TARGET}" hardlink -x '.*\.xml.*' -x ".*\.treeinfo" -x ".*\.discinfo" "${TARGET}"
} }
# dry rsync # dry rsync