git.delta.rocks / unique-network / refs/commits / 06f5d9ab3e7d

difftreelog

ci(collators) another attempt to fix ci

Fahrrader2023-01-18parent: #510956f.patch.diff
in: master

1 file changed

modified.docker/Dockerfile-collatorsdiffbeforeafterboth
28ARG POLKADOT_LAUNCH_BRANCH28ARG POLKADOT_LAUNCH_BRANCH
29ARG BRANCH29ARG BRANCH
3030
31ENV POLKADOT_LAUNCH_BRANCH $POLKADOT_LAUNCH_BRANCH
32
31WORKDIR /unique_parachain33WORKDIR /unique_parachain
3234
33RUN git clone -b $BRANCH https://github.com/UniqueNetwork/unique-chain.git && \35RUN git clone -b $BRANCH https://github.com/UniqueNetwork/unique-chain.git && \
46 nvm install v16.16.0 && \48 nvm install v16.16.0 && \
47 nvm use v16.16.049 nvm use v16.16.0
4850
49RUN git clone https://github.com/uniquenetwork/polkadot-launch -b $POLKADOT_LAUNCH_BRANCH51RUN git clone https://github.com/uniquenetwork/polkadot-launch -b ${POLKADOT_LAUNCH_BRANCH}
5052
51RUN export NVM_DIR="$HOME/.nvm" && \53RUN export NVM_DIR="$HOME/.nvm" && \
52 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \54 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \