mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
debug: check network
This commit is contained in:
3
.github/commands/ci-setup
vendored
3
.github/commands/ci-setup
vendored
@@ -2,6 +2,9 @@
|
||||
set -eo pipefail
|
||||
set -x
|
||||
|
||||
echo "=====> ifconfig"
|
||||
ifconfig
|
||||
|
||||
echo "=====> set hostname"
|
||||
hostname
|
||||
internal_ip="$(ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}')"
|
||||
|
||||
Reference in New Issue
Block a user