~aleteoryx/muditaos

b468e90fe34a4a665a05f0412dddf645ac754243 — Lefucjusz 1 year, 6 months ago 3fe17b7
[BH-000] Workaround for CI/CD issue

Workaround for an issue that arised after
Jenkins has been migrated to new machine.
Because of some reason build would fail
on rsync'ing non-existent '.db-journal'
files - locally the same rsync works
perfectly fine.
These files are not needed anyway,
so temporary exclude them from
rsync.
This should be reverted after CI/CD
is fixed.
1 files changed, 1 insertions(+), 0 deletions(-)

M cmake/modules/Assets.cmake
M cmake/modules/Assets.cmake => cmake/modules/Assets.cmake +1 -0
@@ 30,6 30,7 @@ function(add_assets_target)
        # Create 'golden copy' of DBs
        COMMAND mkdir -p ${_ASSETS_SYSTEM_DEST_DIR}/db/factory
        COMMAND rsync -qlptgoDu
            --exclude '*.db-journal'
            ${_ASSETS_SYSTEM_DEST_DIR}/db/*
            ${_ASSETS_SYSTEM_DEST_DIR}/db/factory