updating pr version
This commit is contained in:
parent
b9845740d8
commit
543f27e05e
@ -164,8 +164,8 @@ RUN cp prdbase prspice /opt/cad/bin
|
||||
|
||||
# install pr
|
||||
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
|
||||
RUN cp -r pr/* /opt/cad/bin
|
||||
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 cp -r pr/pr /opt/cad/bin
|
||||
|
||||
RUN apt-get -y install sudo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user