mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
Simplify networking info dump
This commit is contained in:
parent
38319c90d5
commit
81c2b75ee4
11
.travis.yml
11
.travis.yml
@ -16,11 +16,12 @@ before_install:
|
|||||||
- (sudo aa-status; true)
|
- (sudo aa-status; true)
|
||||||
#
|
#
|
||||||
- echo "==== DUMP NETWORK INFO ===="
|
- echo "==== DUMP NETWORK INFO ===="
|
||||||
- (hostname -I; true)
|
- hostname -I
|
||||||
- (hostname -i; true)
|
- hostname -i
|
||||||
- (hostname; true)
|
- hostname
|
||||||
- (hostname --fqdn; true)
|
- hostname --fqdn
|
||||||
- (ip add; true)
|
- ip add
|
||||||
|
- cat /etc/hosts
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo tests/assets/system-setup/remote-nextcloud-docker.sh
|
- sudo tests/assets/system-setup/remote-nextcloud-docker.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user