Skip to content

Commit

Permalink
remove || true from Bridge.dockerfile (paritytech#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored Sep 16, 2020
1 parent 762c9fc commit a7ccf8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployments/rialto/Bridge.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ WORKDIR /parity-bridges-common
ARG BRIDGE_REPO=https://github.com/paritytech/parity-bridges-common
RUN git clone $BRIDGE_REPO /parity-bridges-common && git checkout master

# TODO: remove || true once PR is merged? Reason: if branch has new projects (rialto-bridge-node) and master has no this project yet (it has bridge-node), build fails
ARG PROJECT=ethereum-poa-relay
RUN cargo build --release --verbose -p ${PROJECT} || true
RUN cargo build --release --verbose -p ${PROJECT}

# Then switch to expected branch and re-build only the stuff that changed.
ARG BRIDGE_HASH=master
Expand Down

0 comments on commit a7ccf8f

Please sign in to comment.