remove `git pul` from hub Docker

[ci-skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-17 03:56:09 +04:00 committed by GitHub
parent a9cc9ce140
commit 164f1cef81
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ g++ -v
RUN git clone https://github.com/ethcore/parity && \
cd parity && \
git checkout $CI_BUILD_REF_NAME && \
git pull && \
cargo build --release --features final && \
ls /build/parity/target/release/parity && \
strip /build/parity/target/release/parity