ci: Allow building docker image if setup related files are changed

This commit is contained in:
Shubham Patil
2024-08-26 15:15:28 +05:30
parent d5184ba9fe
commit fe85d76f46
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -365,6 +365,8 @@ build_esp_matter_examples_pytest_C3_idf_v4_4:
expire_in: 4 days
script:
- cd ${ESP_MATTER_PATH}
# idf v4.4 requires jinja < 3.1 so lets install the dependencies for idf v4.4
- pip install -r requirements_idf_v4.4.txt
- pip install -r tools/ci/requirements-build.txt
- python tools/ci/build_apps.py ./examples --pytest_c3
variables:
+1 -1
View File
@@ -54,6 +54,6 @@ RUN set -x \
&& ./scripts/examples/gn_build_example.sh examples/chip-tool out/host \
&& : # last line
COPY entrypoint.sh /opt/espressif//entrypoint.sh
COPY entrypoint.sh /opt/espressif/entrypoint.sh
ENTRYPOINT [ "/opt/espressif/entrypoint.sh" ]
CMD [ "/bin/bash" ]