switching to alpine
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 4s
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 4s
This commit is contained in:
parent
b9ed562dd8
commit
312dc55186
@ -4,16 +4,12 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: debain-latest
|
||||
runs-on: alpine-latest
|
||||
steps:
|
||||
- name: add nameservers to resolv.conf
|
||||
run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
|
||||
- name: show resolv.conf
|
||||
run: cat /etc/resolv.conf
|
||||
- name: show sysctl
|
||||
run: sysctl -a
|
||||
- name: show sysctl.conf
|
||||
run: cat /etc/sysctl.conf
|
||||
- name: show ip addr
|
||||
run: cat /etc/hosts
|
||||
- name: show ip route
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user