зеркало из https://github.com/github/vitess-gh.git
examples/local - vttablet-up.sh - use hostname -i only in travis build (fix3)
This commit is contained in:
Родитель
0b9139d8bd
Коммит
a47c0011a2
|
@ -14,7 +14,7 @@ grpc_port_base=16100
|
|||
mysql_port_base=33100
|
||||
hostname=''
|
||||
|
||||
if [[ "$TRAVIS" == "true" ]]; then
|
||||
if [ "$TRAVIS" = true ]; then
|
||||
hostname=`hostname -i`
|
||||
fi
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче