Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneyJackson committed May 24, 2024
1 parent 9c75590 commit d6f6512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/plcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN addgroup -S my && adduser -S my -G my
# Copy over plcc from downloader stage.
COPY --chown=plcc:plcc . /plcc
ENV PATH="/plcc/src/plcc/bin:${PATH}"
RUN git config --global --add safe.directory /plcc
WORKDIR /plcc
RUN ls -la
RUN git status
Expand Down

0 comments on commit d6f6512

Please sign in to comment.