Skip to content

Commit

Permalink
remove optimism-contracts-deployer build step
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Oct 17, 2024
1 parent a3ff8a7 commit 17ad262
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install kurtosis-cli
- name: Build optimism-contract-deployer
run: |
git clone https://github.com/klkvr/optimism-package
cd optimism-package
git switch odyssey
docker buildx build . --load -t ethpandaops/optimism-contract-deployer:latest
- name: Build Odyssey
run: docker buildx build . --load -t ghcr.io/ithacaxyz/odyssey:latest
- name: Run enclave
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17ad262

Please sign in to comment.