Skip to content

Commit 956514e

Browse files
Set CI=true in reproducible build
1 parent b2a9f7c commit 956514e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reproducible-builds/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RUN curl -o- "https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/insta
5050

5151
ENV NODE_PATH=$NVM_DIR/v$NODE_VERSION/lib/node_modules
5252
ENV PATH=$NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
53+
ENV CI=true
5354

5455
# Install pnpm
5556
RUN npm install -g [email protected]

0 commit comments

Comments
 (0)