git.delta.rocks / unique-network / refs/commits / d10b99e46cae

difftreelog

fix collators workflow

Unique2023-01-18parent: #1cbe028.patch.diff
in: master

1 file changed

modified.docker/Dockerfile-parachaindiffbeforeafterboth
3232
33WORKDIR /unique_parachain33WORKDIR /unique_parachain
3434
35RUN git clone $REPO_URL -b $BRANCH . && \35RUN git clone https://github.com/UniqueNetwork/unique-chain.git -b $BRANCH . && \
36 cargo build --features=${NETWORK}-runtime --$PROFILE36 cargo build --features=${NETWORK}-runtime --$PROFILE
3737
38# ===== RUN ======38# ===== RUN ======