Skip to content

Commit

Permalink
rm old dockerfiles from e2e; update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Sep 7, 2023
1 parent ea58a2f commit 820e5d2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 146 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ docs/tla/states/
vendor/
.vscode
.idea

# Go workspace files should not be pushed.
go.work
go.work.sum
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ COPY --from=is-builder /go/bin/interchain-security-cdd /usr/local/bin/interchain
COPY --from=is-builder /go/bin/interchain-security-sd /usr/local/bin/interchain-security-sd

# Copy in the shell scripts that run the testnet
ADD ./tests/e2e/testnet-scripts /testnet-scripts
ADD ./e2e/testnet-scripts /testnet-scripts

# Copy in the hermes config
ADD ./tests/e2e/testnet-scripts/hermes-config.toml /root/.hermes/config.toml
ADD ./e2e/testnet-scripts/hermes-config.toml /root/.hermes/config.toml
4 changes: 2 additions & 2 deletions Dockerfile.gaia
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ COPY --from=is-builder /go/bin/interchain-security-cdd /usr/local/bin/interchain
COPY --from=is-builder /go/bin/interchain-security-sd /usr/local/bin/interchain-security-sd

# Copy in the shell scripts that run the testnet
ADD ./tests/e2e/testnet-scripts /testnet-scripts
ADD ./e2e/testnet-scripts /testnet-scripts

# Copy in the hermes config
ADD ./tests/e2e/testnet-scripts/hermes-config.toml /root/.hermes/config.toml
ADD ./e2e/testnet-scripts/hermes-config.toml /root/.hermes/config.toml
58 changes: 0 additions & 58 deletions e2e/Dockerfile

This file was deleted.

83 changes: 0 additions & 83 deletions e2e/Dockerfile.gaia

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func (tr *TestRun) startDocker() {
}
}
scriptStr := fmt.Sprintf(
"tests/e2e/testnet-scripts/start-docker.sh %s %s %s %s %s",
"e2e/testnet-scripts/start-docker.sh %s %s %s %s %s",
tr.containerConfig.containerName,
tr.containerConfig.instanceName,
localSdk,
Expand Down

0 comments on commit 820e5d2

Please sign in to comment.