Accept improvement from @coderabbitai

This commit is contained in:
Arend-Jan van Hilten
2025-03-25 22:31:58 +01:00
committed by Igor
parent deb0c7d5e2
commit 19a6e2a08a

View File

@@ -147,7 +147,9 @@ runs:
# copy os userpatches and custom
mkdir -pv build/userpatches
rsync -av os/userpatches/. build/userpatches/
[[ -d custom/userpatches ]] && rsync -av custom/userpatches/. build/userpatches/ || true # if that folder doesnt exist, don't fail the build
if [[ -d custom/userpatches ]]; then
rsync -av custom/userpatches/. build/userpatches/
fi
- shell: bash
run: |