Skip to content

Commit

Permalink
Update copy procedure at update-sample-apps script
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Sep 4, 2024
1 parent 2aa6966 commit 1f3e1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_collections/matter/scripts/update-sample-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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-admin /apps/; cp -v fabric-bridge-app /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 chip-* /apps/; cp -v thermostat-app /apps/; cp -v lit-icd-app /apps/;cp -v fabric-* /apps/; cp -v matter-network-manager-app /apps/"
echo "Setting Sample APPs ownership"
sudo chown -R `whoami` ~/apps

Expand Down

0 comments on commit 1f3e1d0

Please sign in to comment.