dont fail on no custom/userpatches folder
This commit is contained in:
parent
dea159a596
commit
deb0c7d5e2
@ -147,7 +147,7 @@ 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/
|
||||
[[ -d custom/userpatches ]] && rsync -av custom/userpatches/. build/userpatches/ || true # if that folder doesnt exist, don't fail the build
|
||||
|
||||
- shell: bash
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user