mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Exclude EE build dirs from Docker context (#3174)
## Proposed Changes Remove the bulky part of the EE integration test directory from the Docker build context so that we don't have to send 10GB of junk to the Docker daemon when building an image.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
testing/ef_tests/consensus-spec-tests
|
||||
testing/execution_engine_integration/execution_clients
|
||||
target/
|
||||
*.data
|
||||
*.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user