Skip to content

Commit

Permalink
Removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegorro98 authored Aug 23, 2023
1 parent e7947ba commit 0b6121e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
runs-on: ubuntu-latest

steps:
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile
# as a build arg) and TAG_NAME (used when tagging the image).
# Depending on the branch/tag, set TAG_NAME (used when tagging the image).
#
# The following 3 steps cover the alternatives (tag, release branch, main branch):
- run: sudo rm -rf /usr/share/dotnet
Expand Down
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 0b6121e

Please sign in to comment.