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