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

difftreelog

git clone path specified. define variable into a job name

Alexander Aksenov2022-08-16parent: #65ad9a6.patch.diff
in: master

2 files changed

modified.docker/Dockerfile-parachaindiffbeforeafterboth
3939
40WORKDIR /unique_parachain40WORKDIR /unique_parachain
4141
42RUN git clone $REPO_URL -b $BRANCH && \42RUN git clone $REPO_URL -b $BRANCH . && \
43 cargo build --features=$FEATURE --$PROFILE43 cargo build --features=$FEATURE --$PROFILE
4444
45# ===== BUILD POLKADOT =====45# ===== BUILD POLKADOT =====
modified.github/workflows/build-test-master.ymldiffbeforeafterboth
26 runs-on: self-hosted-ci26 runs-on: self-hosted-ci
2727
2828
29 name: Build Container, Spin it Up an test29 name: ${{ matrix.network }} - Build and Test
3030
31 continue-on-error: true #Do not stop testing of matrix runs failed.31 continue-on-error: true #Do not stop testing of matrix runs failed.
3232