Skip to content

Commit

Permalink
01 - Isolate SDK docker pull script (#142)
Browse files Browse the repository at this point in the history
* Isolate SDK docker pull script

* Changes after code review

---------

Co-authored-by: Romulo Quidute Filho <[email protected]>
  • Loading branch information
hiltonlima and rquidute committed Nov 7, 2024
1 parent 5d72862 commit 1fcab6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_collections/matter/scripts/update-sample-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ source "$TH_SCRIPTS_DIR/utils.sh"

print_start_of_script

print_script_step "Pulling chip-cert-bins docker image"
$MATTER_PROGRAM_DIR/scripts/update-pull-sdk-docker-image.sh

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/"
Expand Down

0 comments on commit 1fcab6e

Please sign in to comment.