mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
tools/docker: Fixed the esp-matter docker image for the idf path export
- The latest esp-matter docker image for failing on the esp-idf path export. - Fixed the export path issue as per latest changes in esp-idf export script.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
source $IDF_PATH/export.sh
|
||||
source $ESP_MATTER_PATH/export.sh
|
||||
cd $IDF_PATH
|
||||
. ./export.sh
|
||||
cd $ESP_MATTER_PATH
|
||||
. ./export.sh
|
||||
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user