From 66a44c6de2d1ba78dfbe567fde35276f500eae31 Mon Sep 17 00:00:00 2001 From: Romulo Quidute Filho Date: Mon, 23 Sep 2024 17:12:13 +0000 Subject: [PATCH] Update update-sample-app script to copy apps from new origin --- test_collections/matter/scripts/update-sample-apps.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_collections/matter/scripts/update-sample-apps.sh b/test_collections/matter/scripts/update-sample-apps.sh index 25ca7f53..20ef60fb 100755 --- a/test_collections/matter/scripts/update-sample-apps.sh +++ b/test_collections/matter/scripts/update-sample-apps.sh @@ -39,8 +39,7 @@ else fi print_script_step "Updating Sample APPs" -# TODO: update SDK image to place the apps in a specific folder and then copy that entire folder -sudo docker run -t -v ~/apps:/apps $SDK_DOCKER_IMAGE bash -c "rm -v /apps/*; cp -v chip-* /apps/; cp -v thermostat-app /apps/; cp -v lit-icd-app /apps/;cp -v fabric-* /apps/; cp -v matter-network-manager-app /apps/" +sudo docker run -t -v ~/apps:/apps $SDK_DOCKER_IMAGE bash -c "rm -v /apps/*; cp -v apps/* /apps/" echo "Setting Sample APPs ownership" sudo chown -R `whoami` ~/apps