Fixed unnecessary --rm

This commit is contained in:
Kirill Fedoseev 2019-10-29 18:47:21 +03:00
parent de76a1aaad
commit 592663aeac
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ orbs:
steps:
- checkout
- run:
name: "Initializing submodules"
name: "Initialize submodules"
command: git submodule update --init
setup_docker:
description: "Set up remote docker engine"
@ -189,7 +189,7 @@ jobs:
name: "Build and prepare tests container"
command: |
docker build -t tests ./tests
docker create --rm --env-file ./tests/.env -e FOREIGN_PRIVATE_KEY --name tests tests
docker create --env-file ./tests/.env -e FOREIGN_PRIVATE_KEY --name tests tests
docker network connect blockchain_side tests
docker network connect blockchain_home tests
docker network connect validator1_test_network tests