ci: docker_tag=ext - Update Dockerfile to use ext branch for sdk_common
This commit is contained in:
parent
b6f09c952b
commit
f6ece8130d
@ -6,8 +6,8 @@ WORKDIR /app
|
|||||||
RUN mkdir -p /root/.ssh && \
|
RUN mkdir -p /root/.ssh && \
|
||||||
ssh-keyscan git.4nkweb.com >> /root/.ssh/known_hosts
|
ssh-keyscan git.4nkweb.com >> /root/.ssh/known_hosts
|
||||||
|
|
||||||
# Cloner sdk_common depuis le repository (branche dev4)
|
# Cloner sdk_common depuis le repository (branche ext)
|
||||||
RUN --mount=type=ssh git clone -b dev4 ssh://git@git.4nkweb.com/4nk/sdk_common.git /sdk_common
|
RUN --mount=type=ssh git clone -b ext ssh://git@git.4nkweb.com/4nk/sdk_common.git /sdk_common
|
||||||
|
|
||||||
# Copie des fichiers de sdk_relay
|
# Copie des fichiers de sdk_relay
|
||||||
COPY Cargo.toml Cargo.lock ./
|
COPY Cargo.toml Cargo.lock ./
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user