Changed docker remote engine version

This commit is contained in:
Kirill Fedoseev 2019-10-22 14:52:24 +03:00
parent 44ae80b6ef
commit 80b4914d71
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,8 @@ jobs:
steps:
- checkout
- run: git submodule update --init
- setup_remote_docker
- setup_remote_docker:
version: 18.09.3
- run: ./tests/init.sh
- run:
command: ./tests/run.sh

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
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