1 parent 12288c9 commit 896eec0Copy full SHA for 896eec0
1 file changed
Dockerfile
@@ -124,7 +124,9 @@ RUN --mount=type=cache,target=/home/lpb/.npm \
124
RUN set -eux; \
125
export PATH="/home/lpb/.npm-global/bin:${PATH}"; \
126
mkdir -p /opt/pi-src && cd /opt/pi-src; \
127
- git clone --depth=1 --branch ${PI_REF} ${PI_FORK} .; \
+ git clone --depth=1 --branch lpb-dev ${PI_FORK} .; \
128
+ git fetch --depth=1 origin ${PI_REF}; \
129
+ git checkout ${PI_REF}; \
130
git config user.email "build@localpibox.dev"; \
131
git config user.name "LocalPibox Build"; \
132
npm install; \
0 commit comments