Test ls . in Dockerfile-local

This commit is contained in:
Kirill Fedoseev 2019-10-23 12:53:07 +03:00
parent 061b69071d
commit aed0f59097
2 changed files with 2 additions and 4 deletions

View File

@ -13,8 +13,8 @@ COPY ./multi-party-ecdsa/Cargo.toml /tss/
COPY ./multi-party-ecdsa/src/lib.rs /tss/src/lib.rs
RUN ls /tss
RUN cat /tss/Cargo.toml
RUN cargo check
RUN ls .
RUN pwd
RUN cargo build --release || true

View File

@ -2,8 +2,6 @@
set -e
cat ./src/tss/multi-party-ecdsa/Cargo.toml
docker build -t tss -f ./src/tss/Dockerfile-local ./src/tss
./demo/start-environment.sh
echo "FOREIGN_PRIVATE_KEY=$FOREIGN_PRIVATE_KEY" > ./src/test-services/.keys.$TARGET_NETWORK