Skip to content

Commit

Permalink
Adding additional log output for relayer container (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
andynog committed Jul 13, 2021
1 parent bf26c74 commit 18479b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/relayer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ COPY e2e ./e2e

# Copy key files
COPY ci/chains/gaia/$RELEASE/ibc-0/user_seed.json ./user_seed_ibc-0.json
RUN cat ./user_seed_ibc-0.json
COPY ci/chains/gaia/$RELEASE/ibc-1/user_seed.json ./user_seed_ibc-1.json
RUN cat ./user_seed_ibc-1.json
COPY ci/chains/gaia/$RELEASE/ibc-0/user2_seed.json ./user2_seed_ibc-0.json
RUN cat ./user2_seed_ibc-0.json
COPY ci/chains/gaia/$RELEASE/ibc-1/user2_seed.json ./user2_seed_ibc-1.json
RUN cat ./user2_seed_ibc-1.json

# Make it executable
RUN chmod +x e2e.sh
Expand Down

0 comments on commit 18479b3

Please sign in to comment.