Skip to content

Commit

Permalink
update starship tests to use locally created docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Dec 13, 2023
1 parent abf6baa commit 93e5ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/starship/configs/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ chains:
- name: mesh-1
type: custom
numValidators: 1
image: ghcr.io/osmosis-labs/meshd:latest
image: anmol1696/meshd:latest
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down Expand Up @@ -34,7 +34,7 @@ chains:
- name: mesh-2
type: custom
numValidators: 1
image: ghcr.io/osmosis-labs/meshd:latest
image: anmol1696/meshd:latest
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down
4 changes: 2 additions & 2 deletions tests/starship/configs/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ chains:
- name: mesh-1
type: custom
numValidators: 4
image: ghcr.io/osmosis-labs/meshd:latest
image: anmol1696/meshd:latest
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down Expand Up @@ -33,7 +33,7 @@ chains:
- name: mesh-2
type: custom
numValidators: 4
image: ghcr.io/osmosis-labs/meshd:latest
image: anmol1696/meshd:latest
home: /root/.meshd
binary: meshd
prefix: mesh
Expand Down

0 comments on commit 93e5ef8

Please sign in to comment.