Skip to content

Commit

Permalink
config algod channel
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqizng committed Jul 24, 2023
1 parent 4526a62 commit 87a1549
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
type: string
environment:
CI_E2E_FILENAME: "f99e7b0c/rel-nightly"
CHANNEL: nightly
steps:
- go/install:
version: << parameters.go_version >>
Expand All @@ -65,6 +66,7 @@ jobs:
type: string
environment:
CI_E2E_FILENAME: "rel-nightly"
CHANNEL: nightly
steps:
- go/install:
version: << parameters.go_version >>
Expand Down
1 change: 0 additions & 1 deletion e2e_tests/docker/indexer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ARG GO_IMAGE=golang:1.14.7
FROM $GO_IMAGE
ARG CHANNEL=stable

RUN echo "Go image: $GO_IMAGE"

Expand Down
3 changes: 3 additions & 0 deletions e2e_tests/docker/indexer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ services:
build:
context: ../../../.
dockerfile: ./e2e_tests/docker/indexer/Dockerfile
args:
CHANNEL: "${CHANNEL}"
environment:
CONNECTION_STRING: "host=e2e-db port=5432 user=algorand password=algorand dbname=indexer_db sslmode=disable"
CI_E2E_FILENAME: "${CI_E2E_FILENAME}"
# Add --keep-alive to this variable to pause the container on an error
EXTRA: "${EXTRA}"


e2e-db:
image: "postgres:13-alpine"
ports:
Expand Down

0 comments on commit 87a1549

Please sign in to comment.