mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Check the address and routing information
This commit is contained in:
parent
730e611377
commit
f52e8fb7c2
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ stages:
|
|||
stage: build
|
||||
before_script:
|
||||
- whoami
|
||||
- ip a s
|
||||
- ip r s
|
||||
- bash bin/tests/system/ifconfig.sh up
|
||||
- ./autogen.sh
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue