Skip to content

Commit f3945de

Browse files
committed
fix: remove --single-branch from pi clone (tags not branches) [skip-version]
1 parent 85a83f7 commit f3945de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ RUN --mount=type=cache,target=/home/lpb/.npm \
124124
RUN set -eux; \
125125
export PATH="/home/lpb/.npm-global/bin:${PATH}"; \
126126
mkdir -p /opt/pi-src && cd /opt/pi-src; \
127-
git clone --depth=1 --single-branch --branch ${PI_REF} ${PI_FORK} .; \
127+
git clone --depth=1 --branch ${PI_REF} ${PI_FORK} .; \
128128
git config user.email "build@localpibox.dev"; \
129129
git config user.name "LocalPibox Build"; \
130130
npm install; \

0 commit comments

Comments
 (0)