Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Nov 21, 2024
1 parent 0f4276d commit 3e20ad1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ if [ $DATA_AVAILABILITY_MODE == "pessimistic" ]; then
echo "Setting agglayer_prover_sp1_key"
echo " agglayer_prover_sp1_key: $agglayer_prover_sp1_key" >> $local_config_file
kurtosis_config_file=$local_config_file
echo $local_config_file
fi
fi
#kurtosis run --enclave cdk --args-file "$kurtosis_config_file" --image-download always $KURTOSIS_FOLDER
#rm $local_config_file
kurtosis run --enclave cdk --args-file "$kurtosis_config_file" --image-download always $KURTOSIS_FOLDER
rm $local_config_file

0 comments on commit 3e20ad1

Please sign in to comment.