Skip to content

Commit

Permalink
chore: test pipeline-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Dec 12, 2023
1 parent 5e4699f commit a20c860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN git clone https://github.com/instill-ai/core.git

WORKDIR /instill-ai/vdp

RUN git clone https://github.com/instill-ai/pipeline-backend.git
RUN git clone -b huitang/ins-2889 https://github.com/instill-ai/pipeline-backend.git
RUN git clone https://github.com/instill-ai/controller-vdp.git

FROM alpine:${ALPINE_VERSION} AS release
Expand Down

0 comments on commit a20c860

Please sign in to comment.