Skip to content

Commit

Permalink
Update update-sample-app script to copy apps from new origin
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute authored and hiltonlima committed Oct 24, 2024
1 parent 316a934 commit 9e0d99b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_collections/matter/scripts/update-sample-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e0d99b

Please sign in to comment.