Skip to content

Commit 096286b

Browse files
committed
docker: remove unnecessary git directory cleanup
Removed the command that deletes the .git directory from the IDF_PATH to retain version control information for the submodule. Signed-off-by: Chiho Sin <[email protected]>
1 parent 4effd85 commit 096286b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Containerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ RUN make -C ports/"${CPY_PORT}" fetch-port-submodules && git repack -d
147147
RUN cd ${IDF_PATH} \
148148
&& git submodule update --init --depth=1 --recursive \
149149
&& git repack -d \
150-
&& rm -rf "${IDF_PATH}"/.git \
151150
&& cd /workspace \
152151
&& git repack -d
153152

0 commit comments

Comments
 (0)