removing debug statements from pr

This commit is contained in:
Edward Arthur Bingham 2023-08-18 14:37:55 -04:00
parent 543f27e05e
commit 696939d313

View File

@ -164,7 +164,7 @@ RUN cp prdbase prspice /opt/cad/bin
# install pr # install pr
WORKDIR /toolsrc WORKDIR /toolsrc
RUN --mount=type=secret,id=user --mount=type=secret,id=token git clone https://$(cat /run/secrets/user):$(cat /run/secrets/token)@git.broccolimicro.io/Broccoli/pr.git --branch v0.0.0 RUN --mount=type=secret,id=user --mount=type=secret,id=token git clone https://$(cat /run/secrets/user):$(cat /run/secrets/token)@git.broccolimicro.io/Broccoli/pr.git --branch v0.0.1
RUN cp -r pr/pr /opt/cad/bin RUN cp -r pr/pr /opt/cad/bin
RUN apt-get -y install sudo RUN apt-get -y install sudo