From aa83603af8177944223a898c585e432a34a0c7cd Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Thu, 16 Feb 2017 20:04:28 +0400 Subject: [PATCH] typo fix in Dockerfile --- docker/hub/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/hub/Dockerfile b/docker/hub/Dockerfile index 9e8dba9ef..7de63691b 100644 --- a/docker/hub/Dockerfile +++ b/docker/hub/Dockerfile @@ -57,10 +57,10 @@ 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 && \ + ls /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