Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Mar 12, 2021
1 parent 5f32dd1 commit 8d246b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ commands:
- run:
name: "Docker run <<parameters.test_name>>"
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 && <<parameters.test_command>>"
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 && <<parameters.test_command>>"
install_elixir:
description: Installs elixir and checks if docker is healthy
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d246b4

Please sign in to comment.