Output more host information post-setup

This commit is contained in:
downtownallday
2020-06-10 22:37:46 -04:00
bovenliggende 7237f553a4
commit 2bdb6f6216

Bestand weergeven

@@ -25,6 +25,11 @@ before_install:
install:
- sudo tests/system-setup/remote-nextcloud-docker.sh
- hostname -I || true
- hostname -i || true
- hostname || true
- hostname --fqdn || true
- nslookup box.abc.com || true
script:
#