mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Revert --image-download always flag to avoid CI getting rate limited (#6163)
* Revert --image-download always flag to avoid CI getting rate limited by Docker Hub
This commit is contained in:
@@ -75,14 +75,11 @@ else
|
|||||||
echo "Not rebuilding Lighthouse Docker image."
|
echo "Not rebuilding Lighthouse Docker image."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
IMAGE_DOWNLOAD_FLAG=""
|
|
||||||
|
|
||||||
if [ "$KEEP_ENCLAVE" = false ]; then
|
if [ "$KEEP_ENCLAVE" = false ]; then
|
||||||
# Stop local testnet
|
# Stop local testnet
|
||||||
kurtosis enclave rm -f $ENCLAVE_NAME 2>/dev/null || true
|
kurtosis enclave rm -f $ENCLAVE_NAME 2>/dev/null || true
|
||||||
IMAGE_DOWNLOAD_FLAG="--image-download always"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kurtosis run --enclave $ENCLAVE_NAME github.com/ethpandaops/ethereum-package $IMAGE_DOWNLOAD_FLAG --args-file $NETWORK_PARAMS_FILE
|
kurtosis run --enclave $ENCLAVE_NAME github.com/ethpandaops/ethereum-package --args-file $NETWORK_PARAMS_FILE
|
||||||
|
|
||||||
echo "Started!"
|
echo "Started!"
|
||||||
|
|||||||
Reference in New Issue
Block a user