Skip to content

Commit

Permalink
Merge pull request #165 from covalenthq/develop
Browse files Browse the repository at this point in the history
Fix CI integrations tests
  • Loading branch information
noslav authored Sep 28, 2023
2 parents 5c6f102 + f200e97 commit 04fa044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3'
version: "3"
# runs the entire rudder pipeline with all supporting services (including rudder) in docker
# set .env such that all services in docker are talking to each other only
services:
eth-node:
image: "us-docker.pkg.dev/covalent-project/network/operational-staking:latest-rudder"
image: "us-docker.pkg.dev/covalent-project/network/operational-staking:latest-rudder@sha256:e498818b3f6d6f15d8ad8414611eeb8e2d71be2b06bb928ebce1d90ba96fe36c"
container_name: hardhat-node
restart: on-failure
expose:
Expand All @@ -20,7 +20,7 @@ services:
- "8545:8545"

operational-staking:
image: "us-docker.pkg.dev/covalent-project/network/operational-staking:latest-rudder"
image: "us-docker.pkg.dev/covalent-project/network/operational-staking:latest-rudder@sha256:e498818b3f6d6f15d8ad8414611eeb8e2d71be2b06bb928ebce1d90ba96fe36c"
container_name: proof-chain
restart: on-failure
entrypoint: |
Expand Down

0 comments on commit 04fa044

Please sign in to comment.