Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegorro98 authored Aug 23, 2023
1 parent e7947ba commit 30584fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/docker/matter-builds
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ RUN set -x \
&& ./install.sh \
&& : # last line

# To build the image for a branch or a tag of ESP-MATTER, pass --build-arg ESP_MATTER_CLONE_BRANCH_OR_TAG=name.
# To build the image with a specific commit ID of ESP-MATTER, pass --build-arg ESP_MATTER_CHECKOUT_REF=commit-id.
# It is possible to combine both, e.g.:
# ESP_MATTER_CLONE_BRANCH_OR_TAG=release/vX.Y
# ESP_MATTER_CHECKOUT_REF=<some commit on release/vX.Y branch>.

ARG ESP_MATTER_CLONE_URL=https://github.com/espressif/esp-matter.git
ARG ESP_MATTER_CHECKOUT_REF=main

Expand Down

0 comments on commit 30584fc

Please sign in to comment.