Skip to content

Commit

Permalink
remove docker hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Aug 19, 2024
1 parent c291fa0 commit 797c135
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
go.sum
- name: Build AtomOne Docker Image
run: make docker-build-debug
- name: Build Hermes Docker Image
run: make docker-build-hermes
- name: Test E2E
run: make test-e2e

Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,6 @@ endif
docker-build-debug:
@docker build -t cosmos/atomoned-e2e -f e2e.Dockerfile .

# TODO: Push this to the Cosmos Dockerhub so we don't have to keep building it
# in CI.
docker-build-hermes:
@cd tests/e2e/docker; docker build -t ghcr.io/cosmos/hermes-e2e:1.0.0 -f hermes.Dockerfile .

docker-build-all: docker-build-debug docker-build-hermes

###############################################################################
Expand Down

0 comments on commit 797c135

Please sign in to comment.