Remove fetch-latest for now

This commit is contained in:
Luke Van Seters 2021-11-18 13:45:25 -05:00
parent 5b59427d4f
commit d499983f32

5
mev
View File

@ -59,16 +59,13 @@ case "$1" in
prices) prices)
shift shift
case "$1" in case "$1" in
fetch-latest)
echo "running fetch-latest"
;;
fetch-all) fetch-all)
echo "running fetch-all" echo "running fetch-all"
kubectl exec -ti deploy/mev-inspect -- \ kubectl exec -ti deploy/mev-inspect -- \
poetry run fetch-all-prices poetry run fetch-all-prices
;; ;;
*) *)
echo "prices usage: "$1" {fetch-latest|fetch-all}" echo "prices usage: "$1" {fetch-all}"
exit 1 exit 1
esac esac
;; ;;