зеркало из 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:
Родитель
a47c0011a2
Коммит
719431abfa
|
@ -17,7 +17,7 @@ hostname=''
|
|||
if [ "$TRAVIS" = true ]; then
|
||||
hostname=`hostname -i`
|
||||
fi
|
||||
|
||||
echo $hostname
|
||||
script_root=`dirname "${BASH_SOURCE}"`
|
||||
source $script_root/env.sh
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче