difftreelog
ci(collators) another attempt to fix ci
in: master
1 file changed
.docker/Dockerfile-collatorsdiffbeforeafterboth28ARG POLKADOT_LAUNCH_BRANCH28ARG POLKADOT_LAUNCH_BRANCH29ARG BRANCH29ARG BRANCH303031ENV POLKADOT_LAUNCH_BRANCH $POLKADOT_LAUNCH_BRANCH3231WORKDIR /unique_parachain33WORKDIR /unique_parachain323433RUN 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.0485049RUN git clone https://github.com/uniquenetwork/polkadot-launch -b $POLKADOT_LAUNCH_BRANCH51RUN git clone https://github.com/uniquenetwork/polkadot-launch -b ${POLKADOT_LAUNCH_BRANCH}505251RUN 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" && \