From 8d246b4c30e6d5573dcf18809447277cf2d28d7a Mon Sep 17 00:00:00 2001 From: Ino Murko Date: Fri, 12 Mar 2021 13:34:33 +0100 Subject: [PATCH] ci fixes --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 519abb794d..87bd0adf3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -137,7 +137,7 @@ commands: - run: name: "Docker run <>" command: | - docker run --rm -it --network=project_chain_net -e DOCKER=true -e CHILD_CHAIN_URL=http://172.27.0.108:9656/v1 -e ETHEREUM_RPC_URL=http://172.27.0.108:80 -e DOCKER_GETH=true -e TEST_DATABASE_URL=postgresql://omisego_dev:omisego_dev@172.27.0.107:5432/omisego_test -e SHELL=/bin/sh -v $(pwd):/app --entrypoint /bin/sh omisegoimages/elixir-omg-builder:stable-20201207 -c "cd /app && mix deps.get && <>" + docker run --rm -it --network=chain_net -e DOCKER=true -e CHILD_CHAIN_URL=http://172.27.0.108:9656/v1 -e ETHEREUM_RPC_URL=http://172.27.0.108:80 -e DOCKER_GETH=true -e TEST_DATABASE_URL=postgresql://omisego_dev:omisego_dev@172.27.0.107:5432/omisego_test -e SHELL=/bin/sh -v $(pwd):/app --entrypoint /bin/sh omisegoimages/elixir-omg-builder:stable-20201207 -c "cd /app && mix deps.get && <>" install_elixir: description: Installs elixir and checks if docker is healthy @@ -933,7 +933,7 @@ jobs: machine: image: ubuntu-2004:202010-01 environment: - PERF_IMAGE_NAME: "omisego/perf" + PERF_IMAGE_NAME: "omisego/perf-v2" steps: - checkout - run: make docker-perf IMAGE_NAME=$PERF_IMAGE_NAME