Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
sra_client.py/test: change launch kit docker image
Browse files Browse the repository at this point in the history
Previously these teses were using 0xorg/launch-kit-ci, but that was a
one-off thing created just for CI, back before there was a regularly
maintained docker image of Launch Kit.

Changed to use 0xorg/launch-kit-backend since it's regularly
maintained/updated.
  • Loading branch information
feuGeneA committed Aug 7, 2019
1 parent 79caaa5 commit c00f47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
docker:
- image: circleci/python
- image: 0xorg/ganache-cli:2.2.2
- image: 0xorg/launch-kit-ci
- image: 0xorg/launch-kit-backend
environment:
RPC_URL: http://localhost:8545
NETWORK_ID: 50
Expand Down
2 changes: 1 addition & 1 deletion python-packages/sra_client/test/relayer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- "8545:8545"
launchkit:
image: "0xorg/launch-kit-ci"
image: "0xorg/launch-kit-backend"
depends_on:
- ganache
ports:
Expand Down

0 comments on commit c00f47b

Please sign in to comment.