Skip to content

Commit ddb9972

Browse files
erikologicclaude
andcommitted
Remove stdout redirect from PDS build step to debug CI failure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 983e11b commit ddb9972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/pds/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN --mount=type=cache,target=/root/.pnpm-store \
5555
pnpm install --frozen-lockfile > /dev/null
5656
# build all packages with external node_modules
5757
RUN --mount=type=cache,target=/root/.pnpm-store \
58-
pnpm run --recursive --stream --filter '@atproto/pds...' build > /dev/null
58+
pnpm run --recursive --stream --filter '@atproto/pds...' build
5959
# clean up
6060
RUN rm -rf node_modules
6161
# install only prod deps, hoisted to root node_modules dir

0 commit comments

Comments
 (0)