Skip to content

Commit

Permalink
test: e2e retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Jul 28, 2023
1 parent 057fac8 commit 8856d68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ services:
volumes:
- ${HOST_PROJECT_PATH:-.}/:/repo
bria:
image: us.gcr.io/galoy-org/bria:latest
image: us.gcr.io/galoy-org/bria:edge
environment:
- PG_CON=postgres://user:password@postgres-bria:5432/pg
- BITCOIND_SIGNER_ENDPOINT=https://bitcoind-signer:18443
Expand Down
5 changes: 0 additions & 5 deletions tests/e2e/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ fund_user() {

galoy_cli_cmd receive --wallet $wallet_type --via onchain
btc_address=$(galoy_cli_cmd receive --wallet $wallet_type --via onchain | jq -r '.address')
echo "btc_address:" $btc_address
echo "------"
docker compose logs bria
echo "------"
docker compose logs galoy

bitcoin_cli_cmd sendtoaddress "$btc_address" $btc_amount
bitcoin_cli_cmd -generate 10
Expand Down

0 comments on commit 8856d68

Please sign in to comment.