No -t for stdin push
This commit is contained in:
parent
1b42920dd1
commit
cb6f20ba63
2
mev
2
mev
@ -47,7 +47,7 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
block-list)
|
block-list)
|
||||||
echo "Backfilling blocks from stdin"
|
echo "Backfilling blocks from stdin"
|
||||||
kubectl exec -ti deploy/mev-inspect -- poetry run enqueue-block-list
|
kubectl exec -i deploy/mev-inspect -- poetry run enqueue-block-list
|
||||||
;;
|
;;
|
||||||
backfill)
|
backfill)
|
||||||
after_block_number=$2
|
after_block_number=$2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user