Skip to content

Commit

Permalink
always load newest image for make devnet-run
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Sep 19, 2024
1 parent 67bd416 commit 5ef03ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hack/devnet/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENCLAVE_NAME="${ENCLAVE_NAME:-assertoor}"
if kurtosis enclave inspect "$ENCLAVE_NAME" > /dev/null; then
echo "Kurtosis enclave '$ENCLAVE_NAME' is already up."
else
kurtosis run github.com/ethpandaops/ethereum-package --enclave "$ENCLAVE_NAME" --args-file "$args_file" --non-blocking-tasks
kurtosis run github.com/ethpandaops/ethereum-package --enclave "$ENCLAVE_NAME" --args-file "$args_file" --non-blocking-tasks --image-download always

# Stop assertoor instance within ethereum-package if running
kurtosis service stop "$ENCLAVE_NAME" assertoor > /dev/null || true
Expand Down

0 comments on commit 5ef03ae

Please sign in to comment.