Skip to content

Commit

Permalink
Clone docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Dec 2, 2024
1 parent fdc64d2 commit 16c9eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,21 +440,21 @@ fn generate_test_config<T: TestCase>(
sequencer: FullSequencerConfig::new(
sequencer,
sequencer_rollup,
citrea_docker_image,
citrea_docker_image.clone(),
sequencer_dir,
env.sequencer(),
)?,
batch_prover: FullBatchProverConfig::new(
batch_prover,
batch_prover_rollup,
citrea_docker_image,
citrea_docker_image.clone(),
batch_prover_dir,
env.batch_prover(),
)?,
light_client_prover: FullLightClientProverConfig::new(
light_client_prover,
light_client_prover_rollup,
citrea_docker_image,
citrea_docker_image.clone(),
light_client_prover_dir,
env.light_client_prover(),
)?,
Expand Down

0 comments on commit 16c9eae

Please sign in to comment.