tests in prod like titan

This commit is contained in:
Ivan Bushchik 2023-07-05 12:13:21 +03:00
parent 36460fc876
commit e8b8de6905
No known key found for this signature in database
GPG key ID: 9F6DDABE11A2674D

View file

@ -20,7 +20,7 @@ if command -v gum >/dev/null; then
TEA_GUM=gum
else
curl https://tea.xyz -o /tmp/tea
TEA_GUM=$(sh /tmp/tea --silent +charm.sh/gum which gum)
TEA_GUM=$(sh /tmp/tea --silent +charm.sh/gum which gum | tail -n 1)
fi