typo fix in Dockerfile
This commit is contained in:
parent
4cd4572417
commit
aa83603af8
@ -57,10 +57,10 @@ g++ -v
|
|||||||
# build parity
|
# build parity
|
||||||
RUN git clone https://github.com/ethcore/parity && \
|
RUN git clone https://github.com/ethcore/parity && \
|
||||||
cd parity && \
|
cd parity && \
|
||||||
git checkout $CI_BUILD_REF_NAME
|
git checkout $CI_BUILD_REF_NAME && \
|
||||||
git pull && \
|
git pull && \
|
||||||
cargo build --release --features final && \
|
cargo build --release --features final && \
|
||||||
ls /build/parity/target/release/parity && \
|
ls /build/parity/target/release/parity && \
|
||||||
strip /build/parity/target/release/parity
|
strip /build/parity/target/release/parity
|
||||||
|
|
||||||
RUN file /build/parity/target/release/parity&&mkdir -p /parity&&cp /build/parity/target/release/parity /parity
|
RUN file /build/parity/target/release/parity&&mkdir -p /parity&&cp /build/parity/target/release/parity /parity
|
||||||
|
Loading…
Reference in New Issue
Block a user